/* ============================================================
   SecITAS – Lokale Schriftarten (kein Google Fonts CDN)
   Schriftdateien liegen im Ordner /fonts/
   ============================================================ */

/* Space Mono 400 */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('SpaceMono-Regular.woff2') format('woff2'),
       url('SpaceMono-Regular.woff')  format('woff');
}

/* Space Mono 700 */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('SpaceMono-Bold.woff2') format('woff2'),
       url('SpaceMono-Bold.woff')  format('woff');
}

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

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

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