:root {
    --color-bg: #faf6f1;
    --color-bg-alt: rgb(245, 240, 237);
    --color-surface: #ffffff;
    --color-text: #2e241c;
    --color-text-muted: #6b5c4f;
    --color-accent: rgb(150, 136, 127);
    --color-accent-dark: #7d6753;
    --color-accent-light: #e4d3bf;
    --color-border: #e6d9c8;

    --font-heading: "Playfair Display", serif;
    --font-body: "Poppins", sans-serif;

    --container-width: 1200px;
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 32px;
    --space-lg: 64px;
    --space-xl: 96px;

    --radius-sm: 6px;
    --radius-md: 16px;
    --radius-full: 999px;
}
