/*
  fonts.css — Lokale Schriftarten
  ================================
  Exo 2     — Display, Headlines, Body  (fontsquirrel.com/fonts/exo-2)
  Rajdhani  — Labels, Tags, UI-Details  (fontsquirrel.com/fonts/rajdhani)

  Format: WOFF (kein WOFF2 — nicht im Webfont Kit enthalten)
  WOFF wird von allen relevanten Browsern unterstuetzt.

  Dateinamen-Konvention (FontSquirrel Standard):
  fonts/exo2/exo2-light-webfont.woff
  fonts/exo2/exo2-regular-webfont.woff
  fonts/exo2/exo2-medium-webfont.woff
  fonts/exo2/exo2-lightitalic-webfont.woff
  fonts/rajdhani/rajdhani-light-webfont.woff
  fonts/rajdhani/rajdhani-regular-webfont.woff
  fonts/rajdhani/rajdhani-medium-webfont.woff

  Falls FontSquirrel andere Namen generiert hat:
  Dateinamen hier anpassen.
*/

/* ── Exo 2 Light ──────────────────────────────────── */
@font-face {
  font-family: "Exo 2";
  src: url("/fonts/exo2/exo2-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ── Exo 2 Regular ────────────────────────────────── */
@font-face {
  font-family: "Exo 2";
  src: url("/fonts/exo2/exo2-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ── Exo 2 Medium ─────────────────────────────────── */
@font-face {
  font-family: "Exo 2";
  src: url("/fonts/exo2/exo2-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ── Exo 2 Light Italic ───────────────────────────── */
@font-face {
  font-family: "Exo 2";
  src: url("/fonts/exo2/exo2-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* ── Rajdhani Light ───────────────────────────────── */
@font-face {
  font-family: "Rajdhani";
  src: url("/fonts/rajdhani/rajdhani-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ── Rajdhani Regular ─────────────────────────────── */
@font-face {
  font-family: "Rajdhani";
  src: url("/fonts/rajdhani/rajdhani-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ── Rajdhani Medium ──────────────────────────────── */
@font-face {
  font-family: "Rajdhani";
  src: url("/fonts/rajdhani/rajdhani-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
