/* Pal Pad — locally bundled font (no CDN; works offline).
 * Quicksand variable (latin, weights 400-700) — rounded, friendly, chunky. */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/quicksand-latin.woff2') format('woff2');
}
