/* ============================================
   LOKALE FONTS - DSGVO-KONFORM
   Keine Verbindung zu Google-Servern
   ============================================ */

/* Bebas Neue - Display Font */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Bebas Neue'),
       url('/fonts/bebas-neue.ttf') format('truetype');
}

/* Space Mono - Regular */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Space Mono Regular'),
       local('SpaceMono-Regular'),
       url('/fonts/space-mono-regular.ttf') format('truetype');
}

/* Space Mono - Bold */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Space Mono Bold'),
       local('SpaceMono-Bold'),
       url('/fonts/space-mono-bold.ttf') format('truetype');
}
