/* Noor Relief — typography note
   ------------------------------------------------------------------
   The theme's type system is Poppins (display/headings) + Roboto (body),
   matching the reference design. The cleanest way to load the exact
   weights is through Elementor's Global Fonts (Site Settings → Global
   Fonts), where Poppins and Roboto are built in — no extra requests and
   correct weights. Those globals are pre-set in the importable kit.

   If you prefer to SELF-HOST instead (e.g. for strict GDPR/no-Google):
   the original Poppins .woff2 files are bundled in ./poppins/. Add
   @font-face rules here pointing at the weight files you need, e.g.:

   @font-face{font-family:"Poppins";font-weight:600;font-display:swap;
     src:url("poppins/<filename>.woff2") format("woff2")}

   Left intentionally without @font-face by default so the theme never
   requests a missing file. System fallbacks (Segoe UI / Helvetica) cover
   the gap until globals load. */
