/* ============================================================
   Lokal eingebundene Schriftarten – keine Verbindung zu Google
   Crimson Pro: 400, 400italic, 500
   Jost: 300, 400, 500
   ============================================================ */

/* Crimson Pro – Regular (400) */
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('crimson-pro-v28-latin-regular.woff2') format('woff2');
}

/* Crimson Pro – Italic (400) */
@font-face {
  font-family: 'Crimson Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('crimson-pro-v28-latin-italic.woff2') format('woff2');
}

/* Crimson Pro – Medium (500) */
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('crimson-pro-v28-latin-500.woff2') format('woff2');
}

/* Jost – Light (300) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('jost-v20-latin-300.woff2') format('woff2');
}

/* Jost – Regular (400) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('jost-v20-latin-regular.woff2') format('woff2');
}

/* Jost – Medium (500) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('jost-v20-latin-500.woff2') format('woff2');
}
