@font-face {
    font-family: "Suisse-Regular";
    src: local("Suisse Intl"),
        url(fonts/SuisseIntl-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Suisse-Medium";
    src: local("Suisse Intl Medium"),
        url(fonts/SuisseIntl-Medium.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Suisse-SemiBold";
    src: local("Suisse Intl SemiBold"),
        url(fonts/SuisseIntl-SemiBold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Inter-Medium";
    src: local("Inter Medium"),
        url(fonts/Inter-Medium.ttf) format("truetype");
    font-display: swap;
}

h1 {
    font-size: 40px;
    font-family: "Suisse-SemiBold", "Roboto";
    font-weight: normal;
    text-align: center;
    max-width: 90%;
    z-index: 2;
    margin: 0;
}

h1 br {
    display: none;
}

@media only screen and (min-width: 600px) {
    h1 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 900px) {
    h1 {
        font-size: 66px;
    }

    h1 br {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 76px;
    }
}

@media only screen and (min-width: 1800px) {
    h1 {
        font-size: 82px;
    }
}

h5 {
    color: #1d1d20;
    font-family: "Inter-Medium", "Roboto";
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    z-index: 2;
    margin: 0;
}

@media only screen and (min-width: 900px) {
    h5 {
        font-size: 17px;
        width: 55%;
    }
}

@media only screen and (min-width: 1200px) {
    h5 {
        line-height: 1.8;
        max-width: 600px;
    }
}

@media only screen and (min-width: 1800px) {
    h5 {
        font-size: 20px;
    }
}