/* Explain: Theme tokens for the serene luxury property site */
:root {
    --primary-color: #FACC15; /* Yellow */
    --primary-hover: #EAB308;
    --secondary-color: #27272a;
    --accent-color: #166534; /* Green */
    --logo-subtitle-color: #d4d4d8;
    --button-color: #166534; /* Green */
    --background-color: #18181b;
    --surface-color: #27272a;
    --footer-bg: #09090b;
    --text-color: #ffffff;
    --text-muted: #a1a1aa;
    --border-color: rgba(255, 255, 255, 0.12);
    --glass-bg: rgba(24, 24, 27, 0.85);
    --glass-border: rgba(255, 255, 255, 0.15);
    --nav-bg: rgba(24, 24, 27, 0.9);
    --field-bg: rgba(24, 24, 27, 0.8);
    --sage-soft: rgba(250, 204, 21, 0.15);
    --sage-dark: #d4d4d8;
    --terracotta-soft: rgba(22, 101, 52, 0.25);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.5);
    --shadow-button: 0 16px 36px rgba(0, 0, 0, 0.4);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
