/* Font Display Optimization - Ensures text is visible while fonts load */
/* Google Fonts already has display=swap in URL, but add declaration for completeness */
@font-face {
  font-family: "Poppins";
  font-display: swap;
}

@font-face {
  font-family: "Ruthie";
  font-display: swap;
}

@font-face {
  font-family: "Abril Fatface";
  font-display: swap;
}

/* Font Awesome - Critical for icon display, use swap strategy */
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-display: swap;
}
