/* Self-hosted fonts — Anton + Inter (latin subset), SIL Open Font License.
   Inter is a variable font (one file serves weights 100–900). */
@font-face{
  font-family:'Anton'; font-style:normal; font-weight:400; font-display:swap;
  src:url('../fonts/anton-400.woff2') format('woff2');
}
@font-face{
  font-family:'Inter'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('../fonts/inter.woff2') format('woff2');
}
