/* ============================================================
 *  VMV RECORDS · Lokale Fonts (DSGVO-konform, kein Google-CDN)
 *  Ersetzt den Google-Fonts-<link>. Schriften: Anton, Syne,
 *  Syne Mono — identisch zu den bisher genutzten Google-Fonts,
 *  aber von vmvrecords.de selbst ausgeliefert (keine US-IP-
 *  Übermittlung an Google → kein Abmahn-Risiko Google Fonts).
 *
 *  Einbindung im <head> JEDER Seite, ANSTELLE des Google-Links:
 *    <link rel="stylesheet" href="fonts/fonts.css">
 *
 *  Die .woff2-Dateien liegen im selben Ordner (fonts/).
 * ============================================================ */

@font-face{
  font-family:'Anton';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('anton-latin-400-normal.woff2') format('woff2');
}

@font-face{
  font-family:'Syne';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('syne-latin-400-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Syne';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('syne-latin-500-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Syne';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('syne-latin-600-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Syne';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('syne-latin-700-normal.woff2') format('woff2');
}
@font-face{
  font-family:'Syne';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('syne-latin-800-normal.woff2') format('woff2');
}

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