/* ============================================================
   AISE COHORT 3 LP — LIGHT THEME
   Sets :root variables. Loaded first; aise-elements.css
   resolves var() from here.
   ============================================================ */

:root {
    --blue: #3B82F6;
    --blue-hover: #2767B1;
    --blue-light: #EBF2FE;
    --blue-glow: rgba(59, 130, 246, .10);
    --navy: #181830;
    --teal: #20C997;
    --lime: #D7EF3F;
    --bg: #FFFFFF;
    --surface: #F7FAFF;
    --card: #FFFFFF;
    --text: #101112;
    --text-sec: #475569;
    --muted: #94A3B8;
    --on-dark-2: rgba(248, 250, 252, .72);
    --border: #E2E8F0;
    --border-h: #CBD5E1;
    --radius-btn: 12px;
    --radius-card: 16px;
    --radius-sm: 8px;
    --radius-pill: 999px;
    --shadow-md: 0 4px 16px rgba(16, 17, 18, .07);
    --shadow-lg: 0 20px 50px rgba(16, 17, 18, .18);
    --font: 'Manrope', system-ui, -apple-system, sans-serif;
    --script: 'Caveat', cursive;
}
