/* Explain: Theme color tokens for a professional blue and orange palette. - */
:root {
    --primary-color: #1E3A8A;
    --primary-hover: #1E40AF;
    --secondary-color: #FBBF24;
    --accent-color: #EAB308;
    --forest-color: #1E3A8A;
    --clay-color: #FBBF24;
    --cream-color: #F8FAFC;
    --sage-color: #E2E8F0;
    --charcoal-color: #0F172A;
    --warm-ivory: #FFFFFF;
    --champagne-color: #F1F5F9;
    --blush-color: #FED7AA;
    --background-color: #F8FAFC;
    --surface-color: #ffffff;
    --text-color: #0F172A;
    --text-muted: color-mix(in srgb, #0F172A 68%, transparent);
    --border-color: color-mix(in srgb, #1E3A8A 20%, transparent);
    --shadow-soft: 0 24px 70px color-mix(in srgb, #0F172A 8%, transparent);
    --shadow-card: 0 18px 45px color-mix(in srgb, #0F172A 6%, transparent);
    --font-heading: 'Baloo 2', cursive;
    --font-body: 'Quicksand', sans-serif;
}
