/*
  Self-hosted Inter — required file: assets/fonts/InterVariable.woff2
  font-display: swap — Inter always applies after load.
  First paint uses system-ui (inline in header), never Times/serif.
*/
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/InterVariable.woff2") format("woff2");
}
