/* Explain: Gray-beige luxury theme tokens */
:root {
    --primary-color: #A39B92;
    --primary-hover: #8A8177;
    --secondary-color: #383431;
    --background-color: #F2F0EC;
    --surface-color: #FFFFFF;
    --surface-muted: #E8E6E1;
    --text-color: #333333;
    --text-muted: #6B6865;
    --border-color: rgba(0, 0, 0, 0.08);
    --charcoal-color: #2D2A27;
    --terracotta-color: #A39B92;
    --warm-beige: #E8E6E1;
    --forest-color: #8A8177;
    --cream-color: #F2F0EC;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.03);
    --shadow-float: 0 15px 35px rgba(0, 0, 0, 0.06);
    --radius-arch: 999px 999px 28px 28px;
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Inter', Arial, sans-serif;
}
