/* Explain: Theme tokens with blue accents for a clean and modern aesthetic. - */
:root {
    --primary-color: #2563eb;
    --primary-hover: #1d4ed8;
    --secondary-color: #eff6ff;
    --accent-color: #3b82f6;
    --logo-subtitle-color: #1e3a8a;
    --button-color: #2563eb;
    --background-color: #ffffff;
    --surface-color: #f8fafc;
    --footer-bg: #f8fafc;
    --text-color: #0f172a;
    --text-muted: #475569;
    --border-color: rgba(15, 23, 42, 0.12);
    --glass-bg: rgba(255, 255, 255, 0.72);
    --glass-border: rgba(59, 130, 246, 0.32);
    --nav-bg: rgba(255, 255, 255, 0.78);
    --field-bg: rgba(255, 255, 255, 0.6);
    --sage-soft: rgba(59, 130, 246, 0.15);
    --sage-dark: #1e40af;
    --terracotta-soft: rgba(59, 130, 246, 0.22);
    --shadow-soft: 0 22px 70px rgba(15, 23, 42, 0.08);
    --shadow-button: 0 16px 36px rgba(37, 99, 235, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Playfair Display', serif;
}
