:root {
    --color-bg: #f7f7f4;
    --color-surface: #ffffff;
    --color-text: #111111;
    --color-muted: #707070;
    --color-accent: #111111;
    --color-border: color-mix(in srgb, var(--color-text) 14%, transparent);
    --color-line: #deded8;
    --color-soft: color-mix(in srgb, var(--color-text) 5%, var(--color-surface));
    --color-dark: #050505;
    --color-error: #9d2525;
    --color-success: #24653c;
    --font-sans: Inter, "Helvetica Neue", Arial, sans-serif;
    --font-display: "Helvetica Neue", Arial, sans-serif;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: clamp(1.125rem, 1.4vw, 1.375rem);
    --text-xl: clamp(2rem, 4.8vw, 4.75rem);
    --text-2xl: clamp(3.5rem, 4.55vw, 5.5rem);
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --space-8: clamp(3.5rem, 8vw, 7.5rem);
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-pill: 999px;
    --shadow-sm: 0 1px 3px rgb(0 0 0 / 8%);
    --shadow-md: 0 18px 50px rgb(0 0 0 / 10%);
    --motion-fast: 180ms;
    --motion-base: 300ms;
    --ease-standard: cubic-bezier(.2, .8, .2, 1);
    --header-height: 5.5rem;
    --page-gutter: clamp(1.125rem, 3.4vw, 4.125rem);
    --page-max: 92.5rem;
    --focus-ring: 0 0 0 3px color-mix(in srgb, var(--color-accent) 28%, transparent);
}
