/* ══════════════════════════════════════════════════════════════
   UHLTRONIX — Lokale Google Fonts (DSGVO-konform)
   Fonts herunterladen von: https://gwfh.mranftl.com/fonts
   Suchbegriffe: "Barlow" (weights 400, 500, 600)
                 "Barlow Condensed" (weights 500, 600, 700)
   Dateien in diesen Ordner legen: site/fonts/
   ══════════════════════════════════════════════════════════════ */

/* ── ITC Avant Garde Gothic Std Medium ─────────────────────────
   Corporate-Identity-Schrift der Uhltronix GmbH.
   Wird ausschliesslich fuer die Wortmarke "PCF" verwendet
   (Header, Hero, Footer). Lizenz: siehe Uhltronix CI-Unterlagen.
   ────────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'ITC Avant Garde Std';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('itc-avantgarde-std-md.woff') format('woff'),
       url('ITCAvantGardeStdMd.otf') format('opentype');
}

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

/* Barlow 500 */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('barlow-v13-latin-500.woff2') format('woff2');
}

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

/* Barlow Condensed 500 */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('barlow-condensed-v13-latin-500.woff2') format('woff2');
}

/* Barlow Condensed 600 */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('barlow-condensed-v13-latin-600.woff2') format('woff2');
}

/* Barlow Condensed 700 */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('barlow-condensed-v13-latin-700.woff2') format('woff2');
}
