/* Selbst gehostete Variable Fonts (kein Google-Fonts-Request -> DSGVO-unkritisch) */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/fraunces-variable.woff2') format('woff2-variations'), url('../fonts/fraunces-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/public-sans-variable.woff2') format('woff2-variations'), url('../fonts/public-sans-variable.woff2') format('woff2');
}
