/* Nothing Driver fonts */
@font-face {
  font-display: swap;
  font-family: "NType82";
  font-style: normal;
  font-weight: 400;
  src: url("https://nothingdriver.com/font/ntype82-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "NType82 Mono";
  font-style: normal;
  font-weight: 400;
  src: url("https://nothingdriver.com/font/ntype82mono-regular.woff2") format("woff2");
}
body,input,button,select,textarea { font-family: "NType82", sans-serif; }
code,pre,kbd,samp { font-family: "NType82 Mono", monospace; }
