/* Wumi Health — self-hosted fonts (latin) */
/* Geist + Geist Mono — Vercel's open type family (variable) */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("Geist.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("GeistMono.woff2") format("woff2");
}
/* Inter kept only as a fallback if Geist fails to load */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("Inter.woff2") format("woff2");
}
