/* Explain: Cool executive blue, green, slate, and cloud theme tokens */
:root {
    --primary-color: #2563EB;
    --primary-hover: #1D4ED8;
    --secondary-color: #64748B;
    --accent-color: #16A34A;
    --background-color: #F8FAFC;
    --surface-color: #FFFFFF;
    --surface-muted: #EAF2FF;
    --text-color: #0B1220;
    --text-muted: #64748B;
    --border-color: #D8E1EE;
    --midnight-color: #0B1220;
    --cloud-color: #F8FAFC;
    --growth-green: #16A34A;
    --electric-blue: #2563EB;
    --slate-color: #64748B;
    --warning-color: #F59E0B;
    --radius-card: 1.1rem;
    --shadow-soft: 0 22px 60px rgba(15, 23, 42, 0.10);
    --shadow-crisp: 0 1px 0 rgba(15, 23, 42, 0.06), 0 16px 36px rgba(15, 23, 42, 0.07);
    --font-heading: 'IBM Plex Sans Condensed', sans-serif;
    --font-body: 'Inter', sans-serif;
}
