/* Selbst gehostete Schriften für den Freizeit-Land-Digital-Core-Prototyp.
   Baloo 2 = variable Schrift (ein File deckt 500-800 ab), Mukta als Brotschrift. */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('baloo2-var.woff2') format('woff2');
}
@font-face { font-family: 'Mukta'; font-style: normal; font-weight: 400; font-display: swap; src: url('mukta-400.woff2') format('woff2'); }
@font-face { font-family: 'Mukta'; font-style: normal; font-weight: 500; font-display: swap; src: url('mukta-500.woff2') format('woff2'); }
@font-face { font-family: 'Mukta'; font-style: normal; font-weight: 600; font-display: swap; src: url('mukta-600.woff2') format('woff2'); }
@font-face { font-family: 'Mukta'; font-style: normal; font-weight: 700; font-display: swap; src: url('mukta-700.woff2') format('woff2'); }
