body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
.font-display {
    font-family: 'Poppins', sans-serif;
}

/* GSAP Animation Classes - Visibility handled by JavaScript */
.smooth-scroll {
    scroll-behavior: smooth;
}
