/* ==========================================================================
   MEDRAL HEALTH CO — FONT LOADING OPTIMIZATION
   Loads Fraunces (product hero display), Outfit (Headings), Inter (Body),
   and Instrument Sans (UI chrome) with font-display: swap.
   ========================================================================== */

/* Google Fonts loaded via HTML head link for parallel mobile performance */

/* Fallback local font declarations */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: local("Outfit"), local("Outfit-Regular"), sans-serif;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: local("Inter"), local("Inter-Regular"), sans-serif;
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: local("Instrument Sans"), local("InstrumentSans-Regular"), sans-serif;
}
