/* ============================================================
   MEDSY — FONT FACES
   One typeface carries the whole system: Inter. Hierarchy comes
   from weight, scale and tracking — never from mixing families.

   SELF-HOSTED: real Inter (SIL Open Font License — see
   assets/fonts/OFL.txt) ships with the system as variable fonts.
   A single variable file per style spans weights 100–900 and
   carries the optical-size axis, so Inter auto-optimises from
   small UI labels up to large display headings. Works fully
   offline; no external/CDN dependency.
   ============================================================ */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('../assets/fonts/inter-variable.ttf') format('truetype');
}
@font-face{
  font-family:'Inter';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url('../assets/fonts/inter-italic-variable.ttf') format('truetype');
}
