/* ============================================================
   UNCOMPANY · FONTS
   Archivo (display + body) — variable, shipped local.
   IBM Plex Mono (labels + data) — loaded from Google Fonts.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;1,400&display=swap');

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('../assets/fonts/Archivo-Variable.ttf') format('truetype-variations');
}

@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('../assets/fonts/Archivo-Italic-Variable.ttf') format('truetype-variations');
}
