/* Brand fonts, self-hosted (AGENTS.md: no Google Fonts). Shared by all proto pages. */
@font-face {
  font-family: "Belanosima";
  src: url("/fonts/Belanosima-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Routed Gothic";
  src: url("/fonts/routed-gothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AUTHENTIC Sans";
  src: url("/fonts/AUTHENTICSans-90.woff2") format("woff2"),
    url("/fonts/AUTHENTICSans-90.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
