/* /assets/fonts/fonts.css  — Reemplazo completo */

/* Luckiest Guy (WOFF2 local) */
@font-face {
  font-family: "Luckiest Guy";
  src: url("/assets/fonts/LuckiestGuy.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Patrick Hand (WOFF2 local) */
@font-face {
  font-family: "Patrick Hand";
  src: url("/assets/fonts/PatrickHand.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* No redefino body/h1… porque ya los defines en tu CSS inline del index.
   Si algún día mueves esas reglas aquí, usa:
   body { font-family: "Patrick Hand", system-ui, Segoe UI, Roboto, Ubuntu, sans-serif; }
   h1,h2,h3,.manual-title,.side-title,.title { font-family: "Luckiest Guy", cursive, system-ui, Segoe UI, Roboto, Ubuntu, sans-serif; }
*/




