/*
 * Jensen Consulting – Lokal gehostete Webfonts (TTF)
 *
 * Alle Dateien in diesen Ordner (/fonts/) ablegen.
 * Die Dateinamen entsprechen exakt den Google-Fonts-Downloads –
 * kein Umbenennen nötig.
 *


/* ── RAJDHANI ───────────────────────────────────────────── */
@font-face {
  font-family: 'Rajdhani';
  src: url('Rajdhani-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('Rajdhani-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('Rajdhani-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── INTER  ───────────────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  src: url('Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}


/* ── IBM PLEX MONO ──────────────────────────────────────── */
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('IBMPlexMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}