@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.font-head {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Pixel art assets should stay crisp when scaled */
.pixelated {
  image-rendering: pixelated;
}

/* GSAP-animated elements start hidden to avoid a flash of unstyled content
   before the reveal/timeline JS runs on mount. */
.gsap-reveal,
.hero-anim {
  opacity: 0;
}
