/* Inter Font - Lokale Version für DSGVO-Konformität */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./inter-light.woff2') format('woff2');
}

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

/* Medium und SemiBold werden durch Regular und Bold ersetzt 
   für bessere DSGVO-Konformität ohne externe Requests */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./inter-bold.woff2') format('woff2');
}

/* Fallback für bessere Performance */
@font-face {
  font-family: 'Inter-fallback';
  font-style: normal;
  font-weight: 100 900;
  src: local('Arial');
  ascent-override: 90.20%;
  descent-override: 22.48%;
  line-gap-override: 0.00%;
  size-adjust: 107.40%;
} 