@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

html,
body,
button,
input,
select,
textarea {
    font-family: 'Space Grotesk', 'Segoe UI', sans-serif;
}

