/* Explain: Theme tokens for the wedding photography identity. */
:root {
    --primary-color: #5c5552;
    --primary-hover: #7a716c;
    --secondary-color: #f4f1ee;
    --accent-color: #a89487;
    --logo-subtitle-color: #5c5552;
    --button-color: #e8e2dd;
    --background-color: #faf9f8;
    --surface-color: #f7f5f2;
    --footer-bg: #f4f1ee;
    --text-color: #2b2826;
    --text-muted: #6b6460;
    --border-color: rgba(43, 40, 38, 0.12);
    --glass-bg: rgba(250, 249, 248, 0.72);
    --glass-border: rgba(168, 148, 135, 0.32);
    --nav-bg: rgba(250, 249, 248, 0.78);
    --field-bg: rgba(255, 255, 255, 0.6);
    --sage-soft: rgba(168, 148, 135, 0.15);
    --sage-dark: #5c5552;
    --terracotta-soft: rgba(200, 185, 175, 0.22);
    --shadow-soft: 0 22px 70px rgba(43, 40, 38, 0.08);
    --shadow-button: 0 16px 36px rgba(168, 148, 135, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}