/* Gamer aesthetic typography */

/* Headlines use Space Grotesk */
h1, h2, h3, h4, h5, h6,
.headline {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}

/* Body text uses Inter */
body, p, span, div, a, button, input, textarea, select,
.body-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Keep Poppins as fallback for existing components */
body {
    font-family: 'Inter', 'Poppins', sans-serif;
}
