@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --nespak-global-font: "Inter", "Segoe UI", Arial, sans-serif;
}

html,
body,
body *:not(.fa):not(.glyphicon):not(.icon):not(.socicon):not([class^="fa-"]):not([class*=" fa-"]):not([class^="glyphicon-"]):not([class*=" glyphicon-"]):not([class^="icon-"]):not([class*=" icon-"]):not([class^="socicon-"]):not([class*=" socicon-"]) {
  font-family: var(--nespak-global-font) !important;
}

.fa,
.fa:before,
.fa:after {
  font-family: FontAwesome !important;
}

.glyphicon,
.glyphicon:before,
.glyphicon:after {
  font-family: "Glyphicons Halflings" !important;
}

.icon,
[class^="icon-"],
[class*=" icon-"],
.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "simple-line-icons" !important;
}

.socicon,
[class^="socicon-"],
[class*=" socicon-"],
.socicon:before,
[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: socicon !important;
}
