/*
 * DNS Manager – Lokale Font-Definitionen
 * Fonts werden über assets/download_fonts.sh heruntergeladen
 * und in assets/fonts/ abgelegt.
 *
 * Verwendete Schriften:
 *   JetBrains Mono  – Monospace (Code, IDs, Werte)
 *   Syne            – Sans-Serif (Dashboard-UI, Headlines)
 *   Space Grotesk   – Sans-Serif (Login-Seite)
 */

/* ============================================================
   JetBrains Mono
   ============================================================ */

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-300.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-600.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-700.woff2') format('woff2');
}

/* ============================================================
   Syne (Dashboard)
   ============================================================ */

@font-face {
  font-family: 'Syne';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/syne-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Syne';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/syne-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Syne';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/syne-800.woff2') format('woff2');
}

/* ============================================================
   Space Grotesk (Login)
   ============================================================ */

@font-face {
  font-family: 'Space Grotesk';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/space-grotesk-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/space-grotesk-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/space-grotesk-700.woff2') format('woff2');
}
