
/* Manrope */
@font-face {
  font-family: 'Manrope';
  src: url('/assets/font/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;   /* definiert den Gewichtsbereich */
  font-style: normal;
  font-display: swap;
}

/* Work Sans */
@font-face {
  font-family: 'Work Sans';
  src: url('/assets/font/Work_Sans/WorkSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;   /* definiert den Gewichtsbereich */
  font-style: normal;
  font-display: swap;
}

/* Libre Baskerville */
@font-face {
  font-family: 'Libre Baskerville';
  src: url('/assets/font/Libre_Baskerville/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('/assets/font/Libre_Baskerville/LibreBaskerville-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('/assets/font/Libre_Baskerville/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
