/* =========================================================================
   THEME — BOOKS · CODEX HOUSE
   Library / literary: deep forest green + cream paper + gilded chapter
   numerals. Serif throughout. The smell of paper made digital.
   ========================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --bg-base:        #f0e8d4;       /* aged paper */
    --bg-surface:     #e6dcc2;
    --bg-elevated:    #faf4e2;
    --bg-deep:        #1f3528;       /* book-cover forest */
    --text-primary:   #1f1810;
    --text-mute:      #5d4f3d;
    --text-faint:     #8b7e69;
    --accent:         #1f3528;       /* deep forest */
    --accent-2:       #b08a2c;       /* gilded gold */
    --accent-muted:   #b08a2c;
    --border:         rgba(31, 24, 16, 0.18);
    --border-strong:  rgba(31, 24, 16, 0.42);
    --font-heading:   'Crimson Pro', 'Georgia', serif;
    --font-body:      'Crimson Pro', 'Georgia', serif;
    --font-label:     'Inter', system-ui, sans-serif;
    --paper: var(--bg-base); --paper-2: var(--bg-surface);
    --ink: var(--text-primary); --ink-soft: var(--text-mute); --ink-mute: var(--text-faint);
    --rule: var(--border); --rule-hi: var(--border-strong);
    --gold: var(--accent-2); --gold-bright: var(--accent-2); --mauve: var(--accent); --mustard: var(--accent-2);
    --serif: var(--font-heading); --sans: var(--font-label); --mono: var(--font-label);
}
body { background: var(--bg-base) !important; color: var(--text-primary) !important; font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6, .headline, .nav-brand { font-family: var(--font-heading); font-weight: 500; line-height: 1.05; letter-spacing: -0.005em; }
.headline em { font-style: italic; color: var(--accent-2); }
