/* Font Display Optimization for Core Web Vitals */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-display: swap;
}

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

/* Layout Shift Prevention */
main.py-4 {
  min-height: 400px;
}

.feedback-btn {
  will-change: transform;
}