/*
 * LOKALE FONTS – Förderverein Martin-Schule Laichingen
 * Fonts einmalig herunterladen:  bash assets/fonts/download-fonts.sh
 */

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

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

/* ── Source Sans 3 300 ── */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Source Sans 3 Light'),
       url('../fonts/sourcesans3-300.woff2') format('woff2');
}

/* ── Source Sans 3 400 ── */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans 3'),
       url('../fonts/sourcesans3-400.woff2') format('woff2');
}

/* ── Source Sans 3 600 ── */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Source Sans 3 SemiBold'),
       url('../fonts/sourcesans3-600.woff2') format('woff2');
}

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

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

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

/* ── Inter 700 (Admin) ── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Inter Bold'),
       url('../fonts/inter-700.woff2') format('woff2');
}
