:root {
    --primary-contrast-text: #4b2f1b;
}


.toc-item--selected {
    color: var(--primary-contrast-text);
}

img {
    border-radius: 8px;
}