:root {

  /* Rich modern edtech — white ground, deep indigo-ink, vivid indigo accent
     so CTAs read loud and clear. Real photography + SVG icons + motion. */

  --brand: #4F46E5;            /* indigo-600 — loud accent for CTAs */
  --brand-strong: #4338CA;
  --brand-soft: #A5B4FC;
  --brand-tint: rgba(79, 70, 229, 0.08);
  --brand-rgb: 79, 70, 229;

  --accent: #4F46E5;
  --accent-soft: #A5B4FC;
  --accent-tint: rgba(79, 70, 229, 0.10);
  --accent-rgb: 79, 70, 229;
  --accent-ink: #3730A3;

  --amber: #F59E0B;            /* small warm secondary for stats/stars */

  --ink: #14162B;              /* deep indigo-black */
  --ink-soft: #4B4F6B;
  --muted: #868BA6;
  --line: #E7E8F1;
  --line-soft: #F1F2F8;
  --surface: #FFFFFF;
  --surface-2: #F6F7FC;        /* light indigo tint */
  --surface-3: #EEF0FB;

  --bg: #FFFFFF;
  --bg-rgb: 255, 255, 255;

  --night: #14162B;
  --night-2: #0E0F1E;
  --night-rgb: 20, 22, 43;

  --white: #FFFFFF;
  --white-rgb: 255, 255, 255;

  --ok: #16A34A;
  --warn: #DC2626;

  --font-head: "Bricolage Sub", "Segoe UI", system-ui, sans-serif;
  --font-head-display: "Bricolage Sub", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter Sub", "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;

  --radius-sm: 0.4rem;
  --radius: 0.7rem;
  --radius-lg: 1.1rem;
  --radius-xl: 1.5rem;
  --shadow-sm: 0 2px 8px rgba(20, 22, 43, 0.06);
  --shadow: 0 14px 40px rgba(20, 22, 43, 0.10);
  --shadow-lg: 0 30px 70px rgba(20, 22, 43, 0.16);
  --shadow-accent: 0 12px 26px rgba(79, 70, 229, 0.32);

  --container: 1160px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --topbar-h: calc(4.7rem + var(--safe-top));
  --masthead-utility-h: 2.1rem;

  --space-3xs: 0.25rem;
  --space-2xs: 0.375rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 2.5rem;
  --space-3xl: 3.5rem;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}
