/* Fraunces & Inter — lokal gehostet (Variable Fonts) */

@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-variable.ttf') format('truetype');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-variable.ttf') format('truetype');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
