/* Explain: Theme tokens with corporate blues and grays for a professional look. - */
:root {
    --primary-color: #0284c7;
    --primary-hover: #0369a1;
    --secondary-color: #38bdf8;
    --accent-color: #f59e0b;
    --forest-color: #0284c7;
    --clay-color: #f59e0b;
    --cream-color: #FFFFFF;
    --sage-color: #f0f9ff;
    --charcoal-color: #0f172a;
    --warm-ivory: #FFFFFF;
    --champagne-color: #e0f2fe;
    --blush-color: #bae6fd;
    --background-color: #FFFFFF;
    --surface-color: #f8fafc;
    --text-color: #0f172a;
    --text-muted: color-mix(in srgb, #0f172a 70%, transparent);
    --border-color: color-mix(in srgb, #0284c7 20%, transparent);
    --shadow-soft: 0 24px 70px color-mix(in srgb, #0f172a 8%, transparent);
    --shadow-card: 0 18px 45px color-mix(in srgb, #0f172a 5%, transparent);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
}
