@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-geist: "Geist", Arial, Helvetica, sans-serif;
  --font-inter: var(--font-geist);
  --bs-font-sans-serif: var(--font-geist);
  --font-family-sans-serif: var(--font-geist);
}

html,
body {
  font-family: var(--font-geist) !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body *,
button,
input,
textarea,
select,
option {
  font-family: var(--font-geist) !important;
}

.fa,
.fas,
.far,
.fal,
.fab,
[class^="fa-"],
[class*=" fa-"],
[class^="icon_"],
[class*=" icon_"],
[data-icon],
i[class*="fa"],
i[class*="icon_"] {
  font-family: "FontAwesome", "Font Awesome 5 Free", "Font Awesome 6 Free", "Font Awesome 6 Brands", "ElegantIcons" !important;
}