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

:root {
    --app-font-family: "Manrope", "Segoe UI", "Helvetica Neue", sans-serif;
}

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