/* ============================================================
   toekom.st — Fonts
   Display : Bluu Next Bold (serif, brand signature) — self-hosted
   Body    : Poppins (300–700) — Google Fonts
   Mono    : IBM Plex Mono (data, coordinates, code) — Google Fonts
   ------------------------------------------------------------
   IBM Plex Mono replaces JetBrains Mono per brand direction.
   ============================================================ */

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

/* Bluu Next — self-hosted (not on Google Fonts). Velvetyne Type Foundry. */
@font-face {
  font-family: 'Bluu Next';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/BluuNext-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Bluu Next';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/BluuNext-BoldItalic.woff') format('woff');
}
