/* Explain: Theme tokens for the professional dark luxury studio identity. */
:root {
    --primary-color: #E0C9A3;
    --primary-hover: #F2DEC4;
    --secondary-color: #1A2639;
    --accent-color: #D4AF37;
    --logo-subtitle-color: #B5C6D6;
    --button-color: #1E3A8A;
    --background-color: #0B1320;
    --surface-color: #131E32;
    --footer-bg: #070D16;
    --text-color: #F8F3E6;
    --text-muted: #94A3B8;
    --border-color: rgba(248, 243, 230, 0.12);
    --glass-bg: rgba(19, 30, 50, 0.72);
    --glass-border: rgba(224, 201, 163, 0.25);
    --nav-bg: rgba(11, 19, 32, 0.78);
    --field-bg: rgba(248, 243, 230, 0.05);
    --sage-soft: rgba(224, 201, 163, 0.1);
    --sage-dark: #E0C9A3;
    --terracotta-soft: rgba(212, 175, 55, 0.15);
    --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.3);
    --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;
}
