:root {
    /* Core palette */
    --bg: #FAFAF8;
    --surface: #F0EFEC;
    --text: #1A1A1A;
    --text-muted: #6B6B6B;
    --accent: #2B5CE6;
    --accent-glow: rgba(43, 92, 230, 0.15);
    --border: #E0DFDC;
    --border-light: #EEEDEB;

    /* Fonts */
    --font-headline: 'Bebas Neue', Impact, sans-serif;
    --font-body: 'Inter', -apple-system, sans-serif;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 4rem;
    --space-xl: 8rem;
    --space-2xl: 12rem;

    --nav-height: 64px;
    --container: 1400px;
    --duration: 0.3s;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
