/* Custom styles for light mode main text */
:root:not(.dark) {
    color: #161C24;
}

.italic {
    font-style: italic !important;
}