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

:root {
    --global-font-family: 'DM Sans', sans-serif;
}

html,
body {
    font-family: var(--global-font-family) !important;
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: var(--global-font-family) !important;
}

body *:not(i):not(code):not(pre):not(kbd):not(samp):not(svg):not(path):not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not(.fab):not(.far):not(.fas):not(.fal):not(.fat):not(.bi):not([class^="bi-"]):not([class*=" bi-"]) {
    font-family: var(--global-font-family) !important;
}