/* pegelWERK Typo-System: Arimo (Logo + Ueberschriften), Inter (Fliesstext). Lokal gehostet. */

/* Arimo 400 */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/arimo-400.woff2) format('woff2');
}
/* Arimo 700 */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/arimo-700.woff2) format('woff2');
}

/* Inter 400 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/inter-400.woff2) format('woff2');
}
/* Inter 600 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/inter-600.woff2) format('woff2');
}
/* Inter 700 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/inter-700.woff2) format('woff2');
}
