:root {
    /* Colors - Charcoal & Cream Theme */
    --color-bg-dark: #0C0C0C;
    --color-bg-light: #F3F1ED;

    --color-text-on-dark: #F3F1ED;
    --color-text-muted-dark: #888888;

    --color-text-on-light: #141414;
    --color-text-muted-light: #555555;

    --color-accent: #E6D8C3;
    /* Bone/Muted Gold */
    --color-accent-highlight: #C94A3A;
    /* Muted Red (optional usage) */

    /* Borders */
    --color-border-dark: #222222;
    --color-border-light: #E0E0E0;

    /* Typography */
    --font-heading: 'Cinzel', serif;
    --font-body: 'Inter', sans-serif;

    /* Spacing */
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 48px;
    --spacing-xl: 80px;
    --spacing-xxl: 140px;
    /* Big vertical breathing room */

    /* Layout */
    --container-width: 1400px;
    --border-radius: 8px;
    /* Soft rounding */
    --border-radius-lg: 12px;
}