@font-face {
  font-family: "Lexend Deca";
  src: url("../fonts/LexendDeca-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lexend Deca";
  src: url("../fonts/LexendDeca-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

/* Admin dashboard only (see --font-admin in src/main.css) — self-hosted to
   match the Lexend Deca convention above rather than a Google Fonts CDN
   request. Variable file covers the whole 400-700 range in one download. */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
