/**
 * Self-hosted fonts — no Google Fonts request.
 * Lexend (OSS UI + canvas default): latin 400, 500, 600, 700.
 * Fredoka: latin 500 (Medium) + 700 (Bold) — canvas uses 500 default, 700 when Bold.
 * Display fonts: Cherry Bomb One, Dekko, Berkshire Swash, Freckle Face, Handlee — 400 woff2 only.
 * Each Lexend face: woff2 first, woff fallback.
 */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lexend-latin-400-normal.woff2') format('woff2'),
    url('../fonts/lexend-latin-400-normal.woff') format('woff');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/lexend-latin-500-normal.woff2') format('woff2'),
    url('../fonts/lexend-latin-500-normal.woff') format('woff');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/lexend-latin-600-normal.woff2') format('woff2'),
    url('../fonts/lexend-latin-600-normal.woff') format('woff');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lexend-latin-700-normal.woff2') format('woff2'),
    url('../fonts/lexend-latin-700-normal.woff') format('woff');
}

@font-face {
  font-family: 'Cherry Bomb One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cherry-bomb-one-400.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Berkshire Swash';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/berkshire-swash-400-latin.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Freckle Face';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/freckle-face-latin-400-normal.woff2') format('woff2');
}

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

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

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