/* ============================================================
   GIGA GROUP - selbst gehostete Schriften (DSGVO-konform,
   keine Drittanbieter-Requests an Google/cdnfonts).
   ============================================================ */

@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D-DIN Exp';
  src: url('../fonts/D-DINExp.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D-DIN Exp';
  src: url('../fonts/D-DINExp-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/jetbrainsmono-latin.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
