/* ==========================================================================
   VARIABLES.CSS - CSS Custom Properties (Design Tokens)
   ========================================================================== */

:root {
    /* Colors */
    --gold: #c7a86a;
    /* Muted brass accent */
    --gold-muted: #b8a982;
    /* Standard reading brass */
    --dim-gold: #5b5038;
    /* Borders & structure */
    --bg: #050607;
    /* Ink-black archive ground */
    --panel-bg: #0b0d0d;
    /* Smoked glass panel */
    --data-ghost: #89b9bd;
    /* Pale signal cyan */
    --archive-paper: #d7cfb8;
    --archive-rust: #9e4c3f;
    --archive-line: rgba(137, 185, 189, 0.18);
    --archive-glass: rgba(13, 18, 19, 0.78);
    --archive-shadow: rgba(0, 0, 0, 0.48);

    /* Typography */
    --font-display: 'Outfit', sans-serif;
    --font-serif: 'EB Garamond', serif;
    --font-mono: 'JetBrains Mono', monospace;

    /* Spacing */
    --prose-width: 800px;
    --story-measure: 58ch;
    --gutter: 2rem;
}
