/* ─────────────────────────────────────────
   Lokal gehostete Webfonts – finanzabend.de
   Fonts werden aus dem /fonts/ Ordner geladen.
   Kein Verbindungsaufbau zu externen Servern.
───────────────────────────────────────── */

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

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

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

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

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

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

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

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