/* ===========================================================================
   Optimus High Tech — Webfonts (self-hosted)
   Montserrat is the brand typeface (uploaded by the brand owner). Variable
   weight + italic axes. JetBrains Mono (data/mono) stays CDN-loaded in
   typography.css since no brand mono was provided.
   =========================================================================== */

@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
