@font-face {
  font-family: "ABCStefan-Simple-Trial";
  src: url("./ABCStefan-Simple-Trial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

body{
    font-family: "ABCStefan-Simple-Trial", sans-serif;
    background-color: beige;
}

.inner-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
}

.swiper {
  width: 100%;
  height: 300px;
}

.swiper img {
  width: 50%;
  height: auto;
}