/* ============================================================
   vynqo · Lokale Schriften (DSGVO-konform, ohne Google-CDN)
   ------------------------------------------------------------
   Lege die Schriftdateien unter  vynqo/fonts/  mit GENAU diesen
   Dateinamen ab. woff2 ODER ttf genügt (woff2 wird bevorzugt).
   Benötigte Dateien:
     Inter-Regular        (400)
     Inter-Medium         (500)
     Inter-SemiBold       (600)
     Inter-Bold           (700)
     Inter-ExtraBold      (800)
     BricolageGrotesque-Bold       (700)
     BricolageGrotesque-ExtraBold  (800)
   ============================================================ */

@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;
  src:url("fonts/Inter-Regular.woff2") format("woff2"),url("fonts/Inter-Regular.ttf") format("truetype")}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;
  src:url("fonts/Inter-Medium.woff2") format("woff2"),url("fonts/Inter-Medium.ttf") format("truetype")}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;
  src:url("fonts/Inter-SemiBold.woff2") format("woff2"),url("fonts/Inter-SemiBold.ttf") format("truetype")}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;
  src:url("fonts/Inter-Bold.woff2") format("woff2"),url("fonts/Inter-Bold.ttf") format("truetype")}
@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;
  src:url("fonts/Inter-ExtraBold.woff2") format("woff2"),url("fonts/Inter-ExtraBold.ttf") format("truetype")}

@font-face{font-family:"Bricolage Grotesque";font-style:normal;font-weight:700;font-display:swap;
  src:url("fonts/BricolageGrotesque-Bold.woff2") format("woff2"),url("fonts/BricolageGrotesque-Bold.ttf") format("truetype")}
@font-face{font-family:"Bricolage Grotesque";font-style:normal;font-weight:800;font-display:swap;
  src:url("fonts/BricolageGrotesque-ExtraBold.woff2") format("woff2"),url("fonts/BricolageGrotesque-ExtraBold.ttf") format("truetype")}
