:root {
    --color-paper: #f7faf6;
    --color-surface: #ffffff;
    --color-surface-soft: #f1f4f0;
    --color-surface-muted: #e8eee9;
    --color-ink: #181c1a;
    --color-ink-soft: #4a5650;
    --color-ink-faint: #6f7973;
    --color-primary: #065f46;
    --color-primary-dark: #004532;
    --color-primary-deep: #003a2a;
    --color-accent: #10b981;
    --color-accent-soft: #d8f8e9;
    --color-accent-pale: #ecfdf5;
    --color-border: #d7dfda;
    --color-border-strong: #b8c7bf;
    --color-focus: #13c98c;
    --color-error: #a63a32;
    --color-white: #ffffff;
    --color-shadow: rgba(0, 52, 38, 0.12);

    --font-display: "Hanken Grotesk", "Arial", sans-serif;
    --font-body: "Inter", "Segoe UI", sans-serif;

    --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;
    --space-24: 6rem;

    --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: clamp(1.75rem, 4vw, 2.4rem);
    --text-4xl: clamp(2.15rem, 6vw, 3.75rem);

    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-pill: 999px;
    --container: 75rem;
    --content: 52rem;
    --header-height: 5rem;
    --shadow-panel: 0 1.25rem 3rem -1.5rem var(--color-shadow);
    --transition-fast: 150ms ease-out;
    --transition-base: 220ms ease-out;
}

