/* Explain: Theme tokens defining colors, fonts, and shadows. */
:root {
    --primary-color: #151D40;
    --primary-hover: #263463;
    --secondary-color: #E8EBF2;
    --accent-color: #BFA272;
    --logo-subtitle-color: #8C9BB4;
    --button-color: #151D40;
    --background-color: #FAFAFA;
    --surface-color: #FFFFFF;
    --footer-bg: #151D40;
    --text-color: #1F2937;
    --text-muted: #4B5563;
    --border-color: rgba(21, 29, 64, 0.12);
    --glass-bg: rgba(255, 255, 255, 0.72);
    --glass-border: rgba(21, 29, 64, 0.12);
    --nav-bg: rgba(255, 255, 255, 0.9);
    --field-bg: #F3F4F6;
    --sage-soft: rgba(21, 29, 64, 0.06);
    --sage-dark: #151D40;
    --terracotta-soft: rgba(191, 162, 114, 0.15);
    --shadow-soft: 0 22px 70px rgba(21, 29, 64, 0.06);
    --shadow-button: 0 16px 36px rgba(21, 29, 64, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}