:root {
    --color-bg: #f3f3f3;
    --color-bg-soft: #f7f7f5;
    --color-surface: #ffffff;
    --color-surface-muted: #ececec;
    --color-text: #17191c;
    --color-text-body: #3f474d;
    --color-text-soft: #667078;

    --color-teal: #08a79f;
    --color-teal-strong: #008c85;
    --color-teal-deep: #067973;
    --color-coral-line: #f1a39f;

    --color-border: #d7dddf;
    --color-border-strong: #b7c0c4;
    --color-focus: #008c85;

    --font-head: 'Space Grotesk', 'Manrope', 'Inter', sans-serif;
    --font-body: 'Manrope', 'Inter', sans-serif;

    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-md: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.375rem;
    --text-2xl: clamp(2rem, 5vw, 3.6rem);

    --leading-tight: 1.15;
    --leading-body: 1.65;

    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;

    --radius-sm: 2px;
    --radius-md: 4px;

    --container-max: 1220px;
    --grid-columns: 12;
    --grid-gutter: 24px;

    --transition-fast: 150ms ease;
}
