@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;
}

/* text animation */
.word {
    position: absolute;
    opacity: 0;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
