/* Lokale Fonts – hs-cs.info
 * Keine Einbindung von fonts.googleapis.com / fonts.gstatic.com
 *
 * Verwendet in CSS:
 * - Body: Nunito
 * - Headings: Fredoka (Fallback: Nunito)
 */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Nunito-Regular.woff2') format('woff2'),
       url('Nunito-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Nunito-SemiBold.woff2') format('woff2'),
       url('Nunito-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Nunito-Bold.woff2') format('woff2'),
       url('Nunito-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fredoka-v17-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fredoka-v17-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fredoka-v17-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fredoka-v17-latin-700.woff2') format('woff2');
}

