@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --font-family: 'Inter', 'Segoe UI', sans-serif;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: var(--font-family);
    font-weight: 700;
}

.sub-heading, .subheading-font, h6, .card-title, .filter-title {
    font-family: var(--font-family);
    font-weight: 600;
}

button, .btn, .button-font {
    font-family: var(--font-family);
    font-weight: 600;
}

p, span, a, input, select, textarea, div {
    font-family: var(--font-family);
}
