/* =====================================================================
   fonts.css — typeface loading for the IFA Broker Certification simulation.

   The IFA public site (franchise.org) serves Montserrat for body copy and
   Roboto Condensed for headings and navigation. This file is the single
   place that decision is expressed, so it is also the single place to
   change if IFA prefers to self-host the fonts inside the LMS.

   Loading from Google Fonts keeps the SCORM package small. Every rule that
   uses these faces also declares a system fallback stack in styles.css, so
   if an LMS or a corporate network blocks the font CDN the course still
   renders correctly — it simply falls back to the local sans-serif.

   To self-host instead: drop the .woff2 files into assets/brand/fonts/,
   replace the @import below with @font-face rules pointing at them, and
   remove the two <link rel="preconnect"> tags from index.html.
   ===================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto+Condensed:wght@400;600;700&display=swap");
