/* ============================================================
   Fortify Ecom — Fonts
   SF Pro is Apple's proprietary system face and is not
   redistributable. The system resolves to the real SF Pro on
   macOS/iOS via `system-ui, -apple-system`; on every other
   platform it falls back to Inter (the closest open substitute).
   Playfair Display carries the serif wordmark moments that echo
   the "Fortify" logotype.
   SUBSTITUTIONS — flagged to the user:
     • SF Pro Display/Text  →  system-ui / Inter
     • Logo serif wordmark  →  Playfair Display
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Playfair+Display:wght@600;700&display=swap');
