/* ============================================================
   Montserrat — geometric sans-serif with Vietnamese diacritics
   support, loaded from Google Fonts.

   The PRIMARY load happens via <link rel="stylesheet"> in the
   <head> (design-head-base.blade.php + shop-layout.blade.php) for
   non-blocking render. This file is kept as a safety net in case a
   page somehow links fonts.css before adding the <link> tag.

   Weights pulled: 300 (light) / 400 (regular) / 500 (medium) /
   600 (semibold) / 700 (bold) / 800 (extra-bold).
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
