body {
    background-color: #0f1115;
    color: #374151;
    overscroll-behavior-y: none;
}

/* Reader Container Styles */
.reader-page {
    display: none;
}

.reader-page.active {
    display: block;
}

/* Typography overrides for reading comfort */
.prose p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    .prose p {
        font-size: 1.25rem;
    }
}

.prose h1,
.prose h2,
.prose h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #0f1115;
    line-height: 1.2;
    margin-top: 2em;
    margin-bottom: 0.75em;
}

/* Custom Scrollbar for TOC */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #1a1d24;
}

::-webkit-scrollbar-thumb {
    background: #4b5563;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #fbb710;
}
