/* Selbst gehostete Schriften (DSGVO-konform, keine externen CDN-Aufrufe) */

/* Frank Ruhl Libre – Serif für Überschriften */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('frank-ruhl-libre-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('frank-ruhl-libre-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('frank-ruhl-libre-700.woff2') format('woff2');
}

/* Source Sans 3 – Sans für Fließtext, Navigation, Buttons */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('source-sans-3-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('source-sans-3-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('source-sans-3-700.woff2') format('woff2');
}
