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

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');

/* 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;
}
