:root {
    --color-primary: #2F5E4E;
    --color-primary-dark: #23483C;
    --color-background: #F7F3EC;
    --color-surface: #FFFFFF;
    --color-text: #252724;
    --color-text-muted: #6D716C;
    --color-accent: #C6A56B;
    --color-border: #DDD8CE;

    --font-family-primary: "Prompt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-size-body: 1rem;
    --font-size-small: 0.875rem;
    --line-height-body: 1.7;
    --line-height-heading: 1.3;

    --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: 4rem;

    --radius-small: 0.375rem;
    --radius-medium: 0.75rem;
    --radius-large: 1.25rem;
    --shadow-soft: 0 0.75rem 2.5rem rgba(37, 39, 36, 0.08);
    --transition-base: 180ms ease;
    --content-width: 75rem;
}
