html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  font-family: "Plus Jakarta Sans", "sans-serif";
}

h1,
h2,
h3,
h4,
.font-display {
  font-family: "Montserrat", "sans-serif";
}

.glassmorphism {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-bg {
    background-image: url("../imgs/hero.jpg");
}
.game-bg {
    background-image: url("../imgs/game.png");
}
.manga-bg {
    background-image: url("../imgs/manga.png");
}
.social-bg {
    background-image: url("../imgs/social.png");
}
.livecaption-bg {
    background-image: url("../imgs/livecaption.png");
}

/* GSAP Initial Hide classes to avoid FOUC (Flash of Unanimated Content) */
header, .hero-text > *, .hero-ctas > *, .hero-img-wrapper, 
.section-header > *, .section-img, .section-text > *, 
.social-proof-title, .review-card, .cta-content > * {
    opacity: 0;
}

/* Initial transitions to avoid FOUC */
header, .privacy-container {
    opacity: 0;
}