/* Midnight Books — fullscreen-scroll, late-night mood */
:root { --font-display: 'Cormorant Garamond', Georgia, serif; --font-body: 'Inter', sans-serif; }
.layout-fullscreen .fs-title { font-family: var(--font-display); font-style: italic; font-weight: 600; }
.layout-fullscreen .fs-brand__mark { background: var(--c-accent); color: white; font-family: var(--font-display); font-weight: 600; }
.layout-fullscreen .fs-card h3 { font-family: var(--font-display); font-style: italic; font-weight: 600; }
.layout-fullscreen .fs-btn { background: var(--c-accent); color: white; border-radius: 8px; }
