/* Font display optimization for better performance */

/* Override Font Awesome font-face declarations to use font-display: swap */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-display: swap !important;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-display: swap !important;
}

@font-face {
  font-family: 'Font Awesome 6 Solid';
  font-display: swap !important;
}

/* Ensure all custom fonts use font-display: swap */
@font-face {
  font-family: 'Nunito Sans';
  font-display: swap !important;
}

@font-face {
  font-family: 'Inter';
  font-display: swap !important;
}

@font-face {
  font-family: 'Poppins';
  font-display: swap !important;
}
