
@font-face {
    font-family: "PorscheNext-Regular";
    src: url('../fonts/PorscheNextV3-Regular.otf') format("opentype");
}

@font-face {
    font-family: "PorscheNext-SemiBold";
    src: url('../fonts/PorscheNextV3-SemiBold.otf') format("opentype");
}

@font-face {
    font-family: "PorscheNext-Bold";
    src: url('../fonts/PorscheNextV3-Bold.otf') format("opentype");
}

@font-face {
    font-family: "PorscheNext-Thin";
    src: url('../fonts/PorscheNextV3-Thin.otf') format("opentype");
}

html, body {
    height: 100%;
}

.font-normal{
    font-family: "PorscheNext-Regular", Helvetica, Arial, serif;
}

.font-semibold{
    font-family: "PorscheNext-SemiBold", Helvetica, Arial, serif;
}

.font-bold{
    font-family: "PorscheNext-Bold", Helvetica, Arial, serif;
}

.font-thin{
    font-family: "PorscheNext-Thin", Helvetica, Arial, serif;
}




