:root {
    --color-bg: #f4f7f4;
    --color-bg-light: #ffffff;
    --color-dark: #1b241f;
    --color-dark-soft: #e7eee9;

    --color-accent: #2f8f68;
    --color-accent-dark: #236b4e;

    --color-text: #18211c;
    --color-muted: #66736c;
    --color-border: #d5dfd9;

    --container: 1280px;
    --radius: 0px;

    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 32px;
    --space-lg: 64px;
    --space-xl: 120px;
    --space-xxl: 180px;

    --ease: cubic-bezier(.22, 1, .36, 1);
}