/* Selbst gehostete Schriften — nichts wird von Google geladen.
 *
 * Vorher hing die App an fonts.googleapis.com und fonts.gstatic.com. Das ist in Deutschland
 * nicht nur eine Abhängigkeit, sondern ein Rechtsproblem: das Einbinden überträgt die
 * IP-Adresse jedes Besuchers an Google, und das LG München I hat darin am 20.01.2022
 * (Az. 3 O 17493/20) einen DSGVO-Verstoß gesehen und Schadenersatz zugesprochen. Für eine App,
 * die mit Datensparsamkeit wirbt und deren Startseite ausdrücklich sagt, sie lade nichts von
 * Dritten, war das ein Widerspruch im eigenen Haus. Selbst ausliefern ist genau die Abhilfe,
 * die dort genannt wird.
 *
 * Nur Latein, nur die tatsächlich benutzten Schnitte. Alegreya Sans wurde geladen und nirgends
 * verwendet — ersatzlos gestrichen.
 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Poppins-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Poppins-500.woff2') format('woff2');
}

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

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

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/Poppins-800.woff2') format('woff2');
}

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