
@font-face {
  font-family: "SwissCondense";
  src: url("../font/Swiss721.otf");
}

.fontSwiss {
  font-family: "SwissCondense", sans-serif;
  letter-spacing: -0.05em;
}


@font-face {
  font-family: "SwissLight";
  src: url("../font/Swiss721BT.ttf");
}

body {
  font-family: "SwissLight";
}

.swiper-slide {
  transition: transform 0.3s ease-in-out;
}