/* ============================================
   fonts.css – Lokale Schriften für vollmers-digitalwerk.de
   Diese Datei liegt im Ordner "fonts/" zusammen mit den .woff2-Dateien.
   Daher zeigen die Pfade direkt auf den Dateinamen (kein ../fonts/).
   ============================================ */

/* ---------- Syne ---------- */

/* syne-regular (400) */
@font-face {
  font-display: swap;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400;
  src: url('syne-v24-latin-regular.woff2') format('woff2');
}

/* syne-600 */
@font-face {
  font-display: swap;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 600;
  src: url('syne-v24-latin-600.woff2') format('woff2');
}

/* syne-700 */
@font-face {
  font-display: swap;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  src: url('syne-v24-latin-700.woff2') format('woff2');
}

/* syne-800 */
@font-face {
  font-display: optional;
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  src: url('syne-v24-latin-800.woff2') format('woff2');
}

/* ---------- DM Sans ---------- */

/* dm-sans-300 */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  src: url('dm-sans-v17-latin-300.woff2') format('woff2');
}

/* dm-sans-300italic */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  src: url('dm-sans-v17-latin-300italic.woff2') format('woff2');
}

/* dm-sans-regular (400) */
@font-face {
  font-display: optional;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('dm-sans-v17-latin-regular.woff2') format('woff2');
}

/* dm-sans-500 */
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('dm-sans-v17-latin-500.woff2') format('woff2');
}
