/* Lokale Schriftarten - Kein CDN, kein Tracking */

/* Roboto als Hauptschrift (System-Fallback) */
@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto-Regular');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium'), local('Roboto-Medium');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* System Font Stack als Fallback */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
