/*
 * fonts.css — Lokale Font-Deklarationen
 * Circuito Vivo / amplifydai.com
 *
 * HINWEIS: Die .woff2-Dateien müssen manuell in folgende Ordner kopiert werden:
 *   assets/fonts/raleway/          (Raleway-500.woff2, Raleway-600.woff2, Raleway-700.woff2)
 *   assets/fonts/be-vietnam-pro/   (BeVietnamPro-Regular.woff2, BeVietnamPro-Medium.woff2)
 *
 * Download-Quelle: Google Fonts (über google-webfonts-helper.herokuapp.com
 * oder fontsource.org) — Raleway + Be Vietnam Pro
 *
 * Bis die .woff2-Dateien vorhanden sind, greift der Browser auf system-fonts zurück
 * (Arial/Helvetica als Fallback). Das Theme funktioniert auch ohne lokale Fonts.
 */

/* ── Raleway (Headings) ─────────────────────────────────── */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/raleway/Raleway-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/raleway/Raleway-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/raleway/Raleway-Bold.woff2') format('woff2');
}

/* ── Be Vietnam Pro (Body) ───────────────────────────────── */

@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro/BeVietnamPro-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro/BeVietnamPro-Medium.woff2') format('woff2');
}
