/* ============================================================
   MMCD PROGRAM BRAND — intentionally distinct from the main
   CareerComms site. Matched to the MMCD workbooks and decks.
   Edit program fonts and colours HERE; course pages should
   link this file and consume the variables.
   Font: Plus Jakarta Sans. Accent: signal red on deep brown.
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root{
  --navy:#3a110d;
  --navy-2:#491915;
  --blue:#e83c2b;
  --blue-light:#ef685b;
  --green:#16A34A;
  --orange:#F97316;
  --teal:#e42f13;
  --text:#f0e3e2;
  --text-muted:#ecdedc;
  --text-dim:#d6c2bf;
  --white:#ffffff;
  --font:'Plus Jakarta Sans',sans-serif;
}
