/* ============================================================
   Font Definitions
   Self-hosted — subsetted for EN, DE, FR, SV
   Folder: /fonts/
   ============================================================ */


/* ----------------------------------------------------------
   Space Grotesk — Headlines
   Variable weight: 300–700
   No italic available
   ---------------------------------------------------------- */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('SpaceGrotesk-Variable.woff2') format('woff2');
}


/* ----------------------------------------------------------
   IBM Plex Sans — Body Copy
   Variable weight: 100–700
   Normal + italic
   ---------------------------------------------------------- */

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('IBMPlexSans-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
  src: url('IBMPlexSans-Variable-Italic.woff2') format('woff2');
}


/* ----------------------------------------------------------
   TPTIcon — Logo mark
   Trigger: 🫖 U+1F9AB
   Usage:   <span class="tpticon"></span>
   ---------------------------------------------------------- */

@font-face {
  font-family: 'TPTIcon';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('tpticon.woff2') format('woff2');
}

