/*
 * Lokal gehostete Schriftarten (ersetzt den Google-Fonts-CDN-Aufruf).
 * Dadurch wird keine Verbindung mehr zu Google-Servern (USA) aufgebaut
 * und keine IP-Adresse des Besuchers an Google übertragen.
 *
 * Aref Ruqaa: SIL Open Font License 1.1, siehe license/OFL-ArefRuqaa.txt
 * Content:    SIL Open Font License 1.1, siehe license/OFL-Content.txt
 */

@font-face {
  font-family: 'Aref Ruqaa';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('ArefRuqaa-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Aref Ruqaa';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('ArefRuqaa-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Content';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Content-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Content';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Content-Bold.woff2') format('woff2');
}
