/* ─── VRealm Fonts ────────────────────────────────────────────────────────────
 * Self-hosted @font-face declarations for Audiowide + Nunito Sans.
 * Referenced by vream-games.css via font-family custom properties.
 * ──────────────────────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Audiowide';
  src: url('../fonts/audiowide/audiowide-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunito-sans/nunito-sans-latin.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunito-sans/nunito-sans-latin.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
