/* ==========================================================================
   Lokal gehostete Fonts (ersetzt fonts.googleapis.com)
   Diese Datei nach css/fonts-local.css hochladen.
   Die Schrift-Dateien selbst (.woff2) müssen zusätzlich in einen Ordner
   /fonts/ auf dem Server liegen (siehe Anleitung im Chat).
   ========================================================================== */

/* Rajdhani 300 */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/rajdhani-v17-latin-ext_latin-300.woff2') format('woff2');
}
/* Rajdhani 400 */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/rajdhani-v17-latin-ext_latin-regular.woff2') format('woff2');
}
/* Rajdhani 500 */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/rajdhani-v17-latin-ext_latin-500.woff2') format('woff2');
}
/* Rajdhani 600 */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/rajdhani-v17-latin-ext_latin-600.woff2') format('woff2');
}
/* Rajdhani 700 */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/rajdhani-v17-latin-ext_latin-700.woff2') format('woff2');
}

/* Open Sans 400 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-v40-latin-ext_latin-regular.woff2') format('woff2');
}
/* Open Sans 400 italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-v40-latin-ext_latin-italic.woff2') format('woff2');
}
/* Open Sans 600 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/open-sans-v40-latin-ext_latin-600.woff2') format('woff2');
}
/* Open Sans 700 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/open-sans-v40-latin-ext_latin-700.woff2') format('woff2');
}
