/* Miller Carter — self-hosted webfonts.
   No external font host is contacted: nothing leaks to a third party and
   no third-party connection blocks first paint.
   font-display:swap renders fallback text immediately rather than hiding it. */

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Inter is a variable font covering the 400–500 range in one file. */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-regular.woff2") format("woff2-variations"),
       url("../fonts/inter-regular.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
