/* Pencilbox self-hosted fonts — no external requests. Paths are relative to this
   file (site root), so every page resolves them the same regardless of depth. */
@font-face{font-family:'Bagel Fat One';font-style:normal;font-weight:400;font-display:swap;src:url('lib/fonts/bagel-fat-one-400.woff2') format('woff2');}
@font-face{font-family:'Caveat';font-style:normal;font-weight:500;font-display:swap;src:url('lib/fonts/caveat-500.woff2') format('woff2');}
@font-face{font-family:'Caveat';font-style:normal;font-weight:700;font-display:swap;src:url('lib/fonts/caveat-700.woff2') format('woff2');}
@font-face{font-family:'Patrick Hand';font-style:normal;font-weight:400;font-display:swap;src:url('lib/fonts/patrick-hand-400.woff2') format('woff2');}

/* v6 accessibility: honor prefers-reduced-motion across every tool */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
