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

/* 2. Apply it globally */
body,
html,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.font-sans,
.navbar-brand,
.btn {
    font-family: 'Space Grotesk', sans-serif !important;
}

code{
    color: yellow;
}