:root {
    /* Colors - Brutalist/Editorial */
    --bg: #0a0a0a;
    --fg: #e5e5e5;
    --fg-muted: #a0a0a0;
    --accent: #ff3300;
    --accent-hover: #cc2900;
    --surface: #1a1a1a;
    --surface-border: #2a2a2a;

    /* Typography */
    --font-sans: 'Libre Franklin', sans-serif;
    --font-display: 'Space Grotesk', sans-serif;

    /* Font Sizes - strict hierarchy */
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 2rem;
    --text-4xl: 3rem;
    --text-5xl: 4.5rem;
    --text-6xl: 6rem;

    /* Spacing */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-4: 1rem;
    --space-8: 2rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-24: 6rem;
    --space-32: 8rem;

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