/* Image Optimization - Gradient comes from dashlite.css .bg-abstract class */

/* Background image optimization */
.bg-login-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Font optimization - Avoid render-blocking with font-display: swap */
/* This applies to all @font-face declarations to prevent invisible text */
@font-face {
  font-display: swap;
}
