/* Self-hosted fonts — no external requests, works behind Pi-hole / DNS blockers */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter.woff2") format("woff2");
}

@font-face {
  font-family: "Changa One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/changa-one-400.woff2") format("woff2");
}
