/* Self-hosted fonts (latin subset). Replaces Google Fonts — no third-party
   connection, no render-blocking. font-display:swap prevents invisible text. */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("anton-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;              /* variable */
  font-display: swap;
  src: url("inter-latin.woff2") format("woff2");
}
