/* ============================================================
   Sul Maquila — brand fonts
   Per the brand manual, the site uses two families only:
     - Lato (body, paragraphs, descriptions)        weights 400, 700
     - Montserrat (titles, subtitles, CTAs)         weights 300, 400, 500, 600, 700, 800
   Open Sans, Poppins and Roboto Slab were loaded by the page
   builder export but are not part of the brand and are no
   longer referenced anywhere in custom.css.
   Loaded from Google Fonts CDN. To self-host later, replace
   this @import with @font-face rules pointing to local woff2
   files in assets/fonts/.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap');
