/* TruSense dashboard — local webfonts.
   These rules point at files in ../fonts/. Until those files exist the browser
   falls back to the stacks in styles.css, so this file is safe to ship empty-handed.
   Expected filenames are listed in README.md. */

@font-face{
  font-family:'Archivo';
  src:local('Archivo Regular'),url('../fonts/archivo-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Archivo';
  src:local('Archivo Medium'),url('../fonts/archivo-500.woff2') format('woff2');
  font-weight:500;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Archivo';
  src:local('Archivo SemiBold'),url('../fonts/archivo-600.woff2') format('woff2');
  font-weight:600;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Archivo';
  src:local('Archivo Bold'),url('../fonts/archivo-700.woff2') format('woff2');
  font-weight:700;font-style:normal;font-display:swap;
}

@font-face{
  font-family:'Inter';
  src:local('Inter Regular'),url('../fonts/inter-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:local('Inter Medium'),url('../fonts/inter-500.woff2') format('woff2');
  font-weight:500;font-style:normal;font-display:swap;
}

@font-face{
  font-family:'IBM Plex Mono';
  src:local('IBM Plex Mono'),url('../fonts/plex-mono-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'IBM Plex Mono';
  src:local('IBM Plex Mono Medium'),url('../fonts/plex-mono-500.woff2') format('woff2');
  font-weight:500;font-style:normal;font-display:swap;
}
