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

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

body,
body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.glyphicon):not([class^="fa-"]):not([class*=" fa-"]) {
    font-family: var(--theme-font-family) !important;
}
