/* Nothing / Ndot webfonts, bundled locally so the generator works offline.
   Source: https://github.com/xeji01/nothingfont

   font-weight/font-style are declared on every face on purpose: without them
   the browser synthesises faux-bold, which smudges the dot-matrix glyphs. */

@font-face {
  font-family: 'Ndot55';
  src: url('../assets/fonts/Ndot55-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ndot55Caps';
  src: url('../assets/fonts/Ndot55Caps-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ndot57';
  src: url('../assets/fonts/Ndot57-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ndot57Caps';
  src: url('../assets/fonts/Ndot57Caps-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NType82';
  src: url('../assets/fonts/NType82-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NType82Headline';
  src: url('../assets/fonts/NType82-Headline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NType82Mono';
  src: url('../assets/fonts/NType82Mono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
