/* Explain: Sunlit yellow-led premium landscape theme tokens */
:root {
    --primary-color: #F6D84A;
    --primary-hover: #E9BF24;
    --secondary-color: #3C4A3E;
    --accent-color: #E2725B;
    --accent-hover: #C95F4B;
    --background-color: #FFF1A8;
    --surface-color: #FFF8CC;
    --surface-deep: #F8DD72;
    --text-color: #243026;
    --text-muted: #66705E;
    --border-color: rgba(60, 74, 62, 0.18);
    --sand-color: #F6D84A;
    --olive-color: #3C4A3E;
    --terracotta-color: #E2725B;
    --cream-color: #FFFBE6;
    --shadow-soft: 0 24px 80px rgba(180, 139, 24, 0.22);
    --shadow-frame: 0 18px 50px rgba(36, 48, 38, 0.20);
    --radius-organic: 42% 58% 54% 46% / 48% 42% 58% 52%;
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
}
