/* Self-hosted Geist (OFL): Regular 400 and Medium 500 only (DESIGN-3).
   No SemiBold file ships. colors_and_type.css sets font-synthesis: none,
   so weight 600 small-caps labels (.t-domain) render with the Medium
   face instead of a faked bold. */
@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
