/* ==========================================================
   SWAGSAY — Montserrat (600, 700, 800)
   Display / accent font — loaded only on pages that use it:
   cart page (modal), launching page, product page (FAQ).

   FIX: weight 600 was MISSING from the old master fonts.css
   but is actively used in cart modal (modal-html.php line 40),
   launching page (launching.php line 549), and product FAQ
   (faq.php line 380). Previously these rendered with the
   browser's nearest available weight (700) which looked
   heavier than intended. Now correct.

   Path: assets/css/fonts-montserrat.css
   ========================================================== */
@font-face { font-family: 'Montserrat'; src: url('../fonts/montserrat/montserrat-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../fonts/montserrat/montserrat-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../fonts/montserrat/montserrat-800.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }
