/* Schriften liegen auf dem eigenen Server.
   Direkt von Google geladen ginge bei jedem Seitenaufruf die IP-Adresse
   des Besuchers an Google in die USA - laut LG Muenchen (Az. 3 O 17493/20)
   ohne Einwilligung ein DSGVO-Verstoss. */

@font-face { font-family: "Sora"; font-style: normal; font-weight: 600;
  font-display: swap; src: url("/static/fonts/Sora-600.woff2") format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 700;
  font-display: swap; src: url("/static/fonts/Sora-700.woff2") format("woff2"); }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 800;
  font-display: swap; src: url("/static/fonts/Sora-800.woff2") format("woff2"); }

@font-face { font-family: "Inter"; font-style: normal; font-weight: 400;
  font-display: swap; src: url("/static/fonts/Inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500;
  font-display: swap; src: url("/static/fonts/Inter-500.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600;
  font-display: swap; src: url("/static/fonts/Inter-600.woff2") format("woff2"); }
