/* Self-hosted variable fonts (latin subset): Inter Tight carries the interface at
   weights 300–500; Roboto is the KEYIS brand face and the fallback. */
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/fonts/inter-tight.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/fonts/roboto.woff2") format("woff2");
}
