:root {
    /* Colors - Industrial, high contrast */
    --color-bg: #F4F4F2; /* Concrete light */
    --color-text: #1A1A1A; /* Asphalt black */
    --color-accent: #FFD700; /* Safety Yellow */
    --color-accent-dark: #CCAC00;
    --color-surface: #FFFFFF;
    --color-border: #D1D1CD;
    --color-text-muted: #4A4A4A;

    /* Typography */
    --font-display: 'Space Grotesk', sans-serif;
    --font-text: 'Chivo', sans-serif;

    /* Scale (Ratio: 1.250 @ 16px) */
    --text-sm: 0.8rem;
    --text-base: 1rem;
    --text-lg: 1.25rem;
    --text-xl: 1.563rem;
    --text-2xl: 1.953rem;
    --text-3xl: 2.441rem;
    --text-4xl: 3.052rem;
    --text-5xl: 3.815rem;

    /* Spacing */
    --space-2xs: 0.25rem;
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 4rem;
    --space-3xl: 6rem;
    --space-4xl: 8rem;

    /* Layout */
    --container-max: 1200px;
}
