@font-face {
    font-family: "Porsche-Next-Korean";
    src: url("./font/PorscheNextKorean-Thin_0.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "Porsche-Next-Korean";
    src: url("./font/PorscheNextKorean-Regular_0.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Porsche-Next-Korean";
    src: url("./font/PorscheNextKorean-Bold_0.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Porsche-Next-TT";
    src: url("./font/PorscheNextTT-Bold_0.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Porsche-Next-TT";
    src: url("./font/PorscheNextTT-Regular_0.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Porsche-Next-TT";
    src: url("./font/PorscheNextTT-Thin_0.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "Porsche-Next-TT-Thin-bold";
    src: url("./font/PorscheNextTT-ThinBold_0.ttf") format("truetype");
    font-weight: 400;
}


html,
body {
    font-family: "Porsche-Next-TT", sans-serif;
}
.font-thin-bold {
    font-family: "Porsche-Next-TT-Thin-bold", sans-serif;
}

.font-korean {
    font-family: "Porsche-Next-Korean", sans-serif;
}

img{
    display: block;
}