/* Explain: Interior studio theme tokens and visual identity. */
:root {
    --primary-color: #145C36;
    --primary-hover: #0F4628;
    --secondary-color: #A2C523;
    --accent-color: #A2C523;
    --background-color: #F8F9F8;
    --surface-color: #F0F3EF;
    --surface-deep: #E2E8E0;
    --text-color: #1A2B22;
    --text-muted: #5A6B61;
    --border-color: #D1DCD4;
    --cream-color: #FFFFFF;
    --stone-color: #C2D0C6;
    --charcoal-color: #143322;
    --clay-color: #145C36;
    --olive-color: #A2C523;
    --shadow-soft: 0 24px 70px rgba(20, 51, 34, 0.08);
    --shadow-paper: 0 14px 40px rgba(20, 51, 34, 0.06);
    --radius-arch: 999px 999px 24px 24px;
    --radius-soft: 28px;
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Inter', sans-serif;
}