:root {
    --background: #f8f5f1;
    --background-soft: #f1ebe4;
    --surface: #ffffff;
    --surface-warm: #fdfaf6;
    --text: #332d29;
    --text-soft: #776f69;
    --text-faint: #a59b93;
    --champagne: #cbb08f;
    --champagne-dark: #a88764;
    --sage: #a8b0a0;
    --sage-dark: #727d6d;
    --rose: #e6d6cf;
    --line: #e4ddd6;
    --dark: #292523;
    --white: #ffffff;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Manrope", Arial, sans-serif;
    --container: 1360px;
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 42px;
    --radius-pill: 999px;
    --shadow-soft: 0 28px 80px rgba(68, 56, 47, 0.09);
    --transition: 240ms ease;
}
