@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --primary-font: 'Inter';
    --secondary-font: 'Inter';
}

body,
button,
input,
textarea,
select {
    font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.btn,
.navbar,
.navbar a,
.section-hero-title {
    font-family: 'Inter', sans-serif !important;
}