/* fonts.css - self-hosted webfonts only. No Google hotlinks in production. */

/* Fraunces - variable opsz 9..144, weights 400 and 500 baked into the file. */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var-roman.woff2") format("woff2-variations"),
       url("../fonts/fraunces-var-roman.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
  font-named-instance: "Regular";
}

/* JetBrains Mono - two static weights. */
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrainsmono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrainsmono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
