@font-face {
  font-family: "Premiera Sans";
  src: url("/public/fonts/open_sans-r.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Premiera Sans";
  src: url("/public/fonts/open_sans-s-b.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Premiera Sans";
  src: url("/public/fonts/open_sans-b.woff2") format("woff2");
  font-weight: 700 900;
  font-display: swap;
}
body { font-family: "Premiera Sans", Arial, sans-serif; }
.auth-single { max-width: 560px; margin: 0 auto; border-radius: 14px; }
.contact-grid { grid-template-columns: minmax(280px, 700px); }
.features { margin-top: 0; }
.hero-slideshow { position: absolute; inset: 0; overflow: hidden; }
.hero-slide { position: absolute; inset: -2%; background-position: center; background-size: cover; opacity: 0; transform: scale(1.03); animation: premiera-slide 14s infinite; }
.hero-slide-one { background-image: url("/public/images/411823_2225.jpg"); }
.hero-slide-two { background-image: url("/public/images/411824_5177.jpg"); animation-delay: 7s; }
@keyframes premiera-slide {
  0%, 43% { opacity: 1; transform: scale(1.03); }
  50%, 93% { opacity: 0; transform: scale(1.09); }
  100% { opacity: 1; transform: scale(1.03); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { animation: none; opacity: 0; transform: none; }
  .hero-slide-one { opacity: 1; }
}
