@import
url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Inter:wght@700;800&display=swap');

:root {
--primary: #1eb4f2;
--primary-dark: #1999cd;
--secondary: #1eb4f2;
--font-text: 'Inter', sans-serif;
--font-title: 'Inter', sans-serif;
}

body {
font-family: var(--font-text) !important;
}

h1, h2, h3, h4, .hero h2, .main-header h1 {
font-family: var(--font-title) !important;
}

.main-header h1 {
color: var(--primary) !important;
}