/* ============================================================
   FONTS — T Business Design System
   ------------------------------------------------------------
   TeleNeo is the corporate typeface of Deutsche Telekom
   (HvD Fonts). The licensed TeleNeo Web fonts are bundled in
   assets/fonts/ and declared below. Mono specimens use
   JetBrains Mono (Google Fonts).

   Weight map (TeleNeo has no 600):
     Thin 100 · Regular 400 · Medium 500 · Bold 700 ·
     ExtraBold 800 · Ultra 900
   ============================================================ */

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

/* ---- TeleNeo Web ---- */
@font-face {
  font-family: 'TeleNeo';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../assets/fonts/TeleNeoWeb-Thin.woff2') format('woff2'),
       url('../assets/fonts/TeleNeoWeb-Thin.woff') format('woff');
}
@font-face {
  font-family: 'TeleNeo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/TeleNeoWeb-Regular.woff2') format('woff2'),
       url('../assets/fonts/TeleNeoWeb-Regular.woff') format('woff');
}
@font-face {
  font-family: 'TeleNeo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/TeleNeoWeb-RegularItalic.woff2') format('woff2'),
       url('../assets/fonts/TeleNeoWeb-RegularItalic.woff') format('woff');
}
@font-face {
  font-family: 'TeleNeo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/TeleNeoWeb-Medium.woff2') format('woff2'),
       url('../assets/fonts/TeleNeoWeb-Medium.woff') format('woff');
}
@font-face {
  font-family: 'TeleNeo';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/TeleNeoWeb-MediumItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'TeleNeo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/TeleNeoWeb-Bold.woff2') format('woff2'),
       url('../assets/fonts/TeleNeoWeb-Bold.woff') format('woff');
}
@font-face {
  font-family: 'TeleNeo';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/TeleNeoWeb-BoldItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'TeleNeo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/TeleNeoWeb-ExtraBold.woff2') format('woff2'),
       url('../assets/fonts/TeleNeoWeb-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'TeleNeo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../assets/fonts/TeleNeoWeb-Ultra.woff2') format('woff2'),
       url('../assets/fonts/TeleNeoWeb-Ultra.woff') format('woff');
}
