/* Icon font display overrides — avoids invisible text while webfonts load (PageSpeed). */
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: annimex-icons;
  font-display: swap;
  src: url('../fonts/annimex-icons0f29.woff?t=20260211') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: themify;
  font-display: swap;
  src: url('../fonts/themify9f24.woff?-fvbane') format('woff');
  font-weight: 400;
  font-style: normal;
}
