/**
 * Icon font reliability fixes — absolute font paths, swap display, and
 * explicit families so theme/button styles cannot override icon glyphs.
 */

@font-face {
  font-family: "themify";
  src: url("/assets/fonts/962bd4a296_themify.eot");
  src:
    url("/assets/fonts/ee7dfc9219_themify.eot") format("embedded-opentype"),
    url("/assets/fonts/701ad4178f_themify.woff") format("woff"),
    url("/assets/fonts/609b902327_themify.ttf") format("truetype"),
    url("/assets/images/e95719b6b6_themify.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
[class^="ti-"],
[class*=" ti-"] {
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify" !important;
  font-weight: normal !important;
}

.fa-solid::before,
.fas::before,
.fa-regular::before,
.far::before,
.fa-brands::before,
.fab::before,
[class^="ti-"]::before,
[class*=" ti-"]::before {
  font-family: inherit !important;
  font-weight: inherit !important;
}
