/* Explain: Theme tokens with updated primary and accent colors to blue. - */
:root {
    --primary-color: #0284c7;
    --primary-hover: #38bdf8;
    --secondary-color: #e0f2fe;
    --accent-color: #0ea5e9;
    --logo-subtitle-color: #0369a1;
    --button-color: #bae6fd;
    --background-color: #f0f9ff;
    --surface-color: #e0f2fe;
    --footer-bg: #e0f2fe;
    --text-color: #082f49;
    --text-muted: #0369a1;
    --border-color: rgba(8, 47, 73, 0.12);
    --glass-bg: rgba(240, 249, 255, 0.72);
    --glass-border: rgba(2, 132, 199, 0.32);
    --nav-bg: rgba(240, 249, 255, 0.78);
    --field-bg: rgba(255, 255, 255, 0.6);
    --sage-soft: rgba(2, 132, 199, 0.15);
    --sage-dark: #075985;
    --terracotta-soft: rgba(56, 189, 248, 0.22);
    --shadow-soft: 0 22px 70px rgba(8, 47, 73, 0.08);
    --shadow-button: 0 16px 36px rgba(2, 132, 199, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}