/* ============================================================
   OBSTEC · Webfonts
   - Azonix .......... brand display (all-caps, geometric). Self-hosted,
                       shipped with this system (uploaded by OBSTEC).
   - IBM Plex Sans ... UI + body. Engineering-grade humanist sans.
   - IBM Plex Mono ... ports, tokens, domains, logs, code.
   NOTE: IBM Plex is a Google Fonts substitution — OBSTEC supplied no
   body/mono font. Swap in the brand's real UI font if one exists.
   ============================================================ */

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

@font-face {
  font-family: 'Azonix';
  src: url('../fonts/azonix-webfont.woff2') format('woff2'),
       url('../fonts/azonix-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
