:root {
    --wg-dark: #dde2c4;
    --wg-violet: #151922;
    --wg-glow: #cfd3b8;
    --wg-text: #c4c9b2;

    --color-glow-rgb: 221, 226, 196;
    --color-dark-rgb: 8, 9, 12;
    --color-violet-rgb: 21, 25, 34;
    --color-footer-rgb: 12, 14, 19;
    --color-card-rgb: 16, 18, 23;

    --industrial-bg-0: #0e0f14;
    --industrial-bg-1: #0b0c10;
    --industrial-bg-2: #12141a;
    --industrial-bg-3: #151922;
    --industrial-card: #101217;
    --industrial-border: rgba(221, 226, 196, 0.1);
    --industrial-border-strong: rgba(221, 226, 196, 0.24);
    --industrial-neon: #dde2c4;
    --industrial-neon-soft: #cfd3b8;
    --industrial-text: #c4c9b2;
    --industrial-text-dim: #9ea38f;
    --industrial-shadow-slab: 0 1px 0 rgba(221, 226, 196, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.6), 0 10px 24px rgba(0, 0, 0, 0.42);

    --header-height-mobile: 140px;
    --header-height-desktop: 150px;

    --spacing-xs: 0.5rem;
    --spacing-sm: 0.8rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 1.6rem;
    --spacing-2xl: 1.8rem;
    --spacing-3xl: 2rem;

    --font-family: 'Source Serif 4', 'Source Serif Pro', Georgia, serif;
    --font-family-heading: 'Cormorant Garamond', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
    --font-size-sm: 0.9rem;
    --font-size-md: 0.95rem;
    --font-size-lg: 1.1rem;
    --font-size-xl: 1.3rem;

    --gradient-footer: linear-gradient(to top, rgba(9, 11, 14, 1) 0%, rgba(11, 14, 18, 0.96) 42%, rgba(15, 18, 22, 0.82) 78%, rgba(9, 11, 14, 0.12) 100%);
}