@font-face {
  font-family: 'NK57 Monospace';
  src: url('/fonts/NK57-Monospace-No-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NK57 Monospace';
  src: url('/fonts/NK57-Monospace-No-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Apply globally — ensures the font is used before Vue styles load */
*, *::before, *::after {
  font-family: 'NK57 Monospace', monospace;
}

html, body, pre, code, kbd, samp {
  font-family: 'NK57 Monospace', monospace;
  line-height: 1.6;
}

/* Force form elements and interactive controls to inherit the custom font */
input, button, select, textarea, optgroup {
  font-family: inherit;
}
