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

:root {t;
    --font-family: "DM Sans" !important;
}

html *:not(.fa):not(.far):not(.fas):not(.fal):not(.fab):not(.footable):not(.fooicon):not(.footable-sort-indicator) {
    font-family: var(--font-family) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}