/* =================================================================
   Self-hosted Google Fonts — Caveat Brush · Fredoka · Nunito
   Local WOFF2 files → assets/fonts/
   =================================================================
   Download from https://gwfh.mranftl.com (google-webfonts-helper):
     1. Caveat Brush (400)   → gwfh.mranftl.com/fonts/caveat-brush?subsets=latin
     2. Fredoka (400–700)    → gwfh.mranftl.com/fonts/fredoka?subsets=latin
     3. Nunito  (400–800)    → gwfh.mranftl.com/fonts/nunito?subsets=latin
   Select weights listed below, choose "Modern Browsers", download the
   zip, and extract the .woff2 files into assets/fonts/.
   ================================================================= */

/* Caveat Brush — 400 */
@font-face {
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/caveat-brush-v12-latin-regular.woff2') format('woff2');
}

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

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

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

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

/* Nunito — 400 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/nunito-v32-latin-regular.woff2') format('woff2');
}

/* Nunito — 600 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/nunito-v32-latin-600.woff2') format('woff2');
}

/* Nunito — 700 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/nunito-v32-latin-700.woff2') format('woff2');
}

/* Nunito — 800 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./fonts/nunito-v32-latin-800.woff2') format('woff2');
}
