





/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* H1 and H2 styling with Space Grotesk */
h1, h2 {
    font-family: 'Space Grotesk', sans-serif;
}

/* All other elements with Montserrat */
body, p, h3, h4, h5, h6, div, span, a, li, td, th, input, textarea, button {
    font-family: 'Montserrat', sans-serif;
}

/* Optional: Set default body font */
body {
    font-family: 'Montserrat', sans-serif;
}