/* Altimist brand faces — subset of altimist-design-system/dist/altimist-fonts.css.
   Only the families licensed for public web embedding are served here:
     Brandon Text  — HVD web-embedding licence held (Altimist properties).
     JetBrains Mono — SIL OFL 1.1, freely redistributable.
   Bell MT and Decimal are DESKTOP-licensed only and must never be served from a
   public origin — see altimist-design-system/assets/fonts/NOTICE.md. The body
   serif therefore resolves to the token's declared Georgia fallback. */

@font-face {
  font-family: "Brandon Text";
  src: url("./fonts/BrandonText-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Text";
  src: url("./fonts/BrandonText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Text";
  src: url("./fonts/BrandonText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Text";
  src: url("./fonts/BrandonText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("./fonts/JetBrainsMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
