/* Font Display Optimization - Fixes 170ms delay */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Gilroy Font Display Fix */
@font-face {
  font-family: 'Gilroy';
  font-display: swap;
}
