/* ================= Lokal eingebundene Google Fonts =================
   Damit findet beim Besuch der Website keinerlei Verbindung zu
   Google-Servern statt. Die eigentlichen Schriftdateien müssen als
   .woff2 in diesem Ordner (fonts/) liegen, exakt so benannt wie unten. */

/* Bricolage Grotesque (Headlines) */
@font-face{
  font-family:'Bricolage Grotesque';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('bricolage-grotesque-500.woff2') format('woff2');
}
@font-face{
  font-family:'Bricolage Grotesque';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('bricolage-grotesque-600.woff2') format('woff2');
}
@font-face{
  font-family:'Bricolage Grotesque';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('bricolage-grotesque-700.woff2') format('woff2');
}
@font-face{
  font-family:'Bricolage Grotesque';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('bricolage-grotesque-800.woff2') format('woff2');
}

/* Inter (Fließtext) */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('inter-400.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('inter-500.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('inter-600.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('inter-700.woff2') format('woff2');
}

/* Dancing Script (handschriftliche Akzente) */
@font-face{
  font-family:'Dancing Script';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('dancing-script-600.woff2') format('woff2');
}
@font-face{
  font-family:'Dancing Script';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('dancing-script-700.woff2') format('woff2');
}
