/* Wirtino — Self-hosted Google Fonts (DSGVO-konform) */

/* Inter (Variable Font, 300–700) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./inter.woff2') format('woff2');
}

/* Playfair Display (400, 600, 700) */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./playfair-display.woff2') format('woff2');
}

/* Playfair Display Italic (400) */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./playfair-display-italic.woff') format('woff');
}
