:root {
    --bg: #f1e1ba;
    --bg-soft: #f8edd3;
    --surface: #fff7e8;
    --surface-dark: #23160f;
    --surface-dark-soft: #342117;
    --text: #3e281c;
    --muted: #765a45;
    --line: rgba(84, 53, 34, 0.14);
    --line-strong: rgba(255, 244, 226, 0.14);
    --accent: #8b4b2d;
    --accent-soft: #d6af6b;
    --accent-glow: rgba(214, 175, 107, 0.22);
    --shadow: 0 16px 40px rgba(77, 45, 23, 0.1), 0 4px 12px rgba(77, 45, 23, 0.06);
    --shadow-hover: 0 28px 56px rgba(77, 45, 23, 0.16), 0 8px 20px rgba(77, 45, 23, 0.09);
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: 1180px;
    --font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    --font-body: "Inter", "Segoe UI", Arial, sans-serif;
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --transition: 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

