/*
 * Inter und Inter Tight, lokal gehostet (SIL Open Font License 1.1).
 * Ersetzt fonts.googleapis.com: spart zwei Verbindungen zu fremden Servern, startet die
 * Schriften ohne Umweg ueber ein externes Stylesheet und uebermittelt keine Besucher-IP
 * mehr an Google. Die Dateien sind auf die benoetigten Zeichen reduziert (Latin, Latin-1,
 * Latin Extended-A, Interpunktion, Pfeile), darum steht hier bewusst keine unicode-range:
 * fehlt einmal ein Zeichen, greift der Fallback der Schriftliste.
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/inter-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../font/inter-500-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../font/inter-600-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../font/inter-tight-500-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../font/inter-tight-600-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../font/inter-tight-700-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../font/inter-tight-800-latin.woff2') format('woff2');
}
