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

:root {
    --aniel-font-sans: "Inter", "Source Sans 3";
    --aniel-font-heading: "Inter", "Source Sans 3";
}

html,
body,
button,
input,
select,
textarea,
.btn,
.dropdown-menu,
.popover,
.tooltip,
table {
    font-family: "Inter", "Source Sans 3" !important;
}

body,
button,
input,
select,
textarea,
.btn,
.dropdown-menu,
.popover,
.tooltip,
table {
    font-size: 13px !important;
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", "Source Sans 3" !important;
}

/* Apply the product font to all text-bearing elements without replacing icon fonts. */
html body,
html body *:not(i):not([class^="fa"]):not([class*=" fa-"]):not([class^="fas"]):not([class*=" fas-"]):not([class^="far"]):not([class*=" far-"]):not([class^="fal"]):not([class*=" fal-"]):not([class^="fab"]):not([class*=" fab-"]):not([class^="la"]):not([class*=" la-"]):not([class^="ti-"]):not([class*=" ti-"]):not([class^="icon-"]):not([class*=" icon-"]):not([class~="glyphicon"]):not([class*=" glyphicon-"]):not([class~="material-icons"]):not([class~="material-symbols-outlined"]):not([class~="material-symbols-rounded"]):not([class~="bi"]) {
    font-family: "Inter", "Source Sans 3" !important;
}
