/* Self-hosted fonts — no requests to Google. Served with the SPA and also
 * consumed by the Keycloak login theme (via the panel's public URL). */

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

/* Variable font: one file covers every weight we use (400/600/700). */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('/fonts/nunito-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'Pixelify Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/pixelify-sans.woff2') format('woff2');
}
