/* ─── Lokal gehostete Google Fonts – DSGVO-konform ─── */

/* Outfit – Light 300 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('outfit-300.ttf') format('truetype');
}

/* Outfit – Regular 400 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('outfit-400.ttf') format('truetype');
}

/* Outfit – Medium 500 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('outfit-500.ttf') format('truetype');
}

/* Outfit – SemiBold 600 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('outfit-600.ttf') format('truetype');
}

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

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