/* Oction Labs — webfonts
   Technor is the display / logotype face (Light 300, Extralight 200).
   Inter (body) and JetBrains Mono (data/labels) load from Google Fonts via styles.css.
   Maximum weight anywhere in the system is 500. */

@font-face {
  font-family: 'Technor';
  src: url('../fonts/Technor-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Technor';
  src: url('../fonts/Technor-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
