:root {
    --color-primary: #14532d;
    --color-secondary: #d97706;
    --color-highlight: #55d6be;
    --color-accent: #f48e62;
    --color-surface: #f7f4ea;
    --color-surface-strong: #fff8ef;
    --color-panel: #ffffff;
    --color-panel-strong: #102034;
    --color-text: #18212f;
    --color-ink: #0f1728;
    --color-muted: #526072;
    --color-border: rgba(24, 33, 47, 0.12);
    --font-heading: "Avenir Next Condensed", "Arial Narrow", "Trebuchet MS", sans-serif;
    --font-body: "IBM Plex Sans", "Segoe UI", "Helvetica Neue", sans-serif;
    --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;
    --radius-card: 24px;
    --radius-button: 999px;
    --shadow-card: 0 24px 60px rgba(24, 33, 47, 0.12);
    --shadow-card-strong: 0 28px 80px rgba(15, 23, 40, 0.18);
    --section-space: clamp(3rem, 7vw, 6rem);
    --container-width: min(1120px, calc(100vw - 2rem));
}
