h1 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: bold;
    font-size: 96px;

    white-space: nowrap;
}

h2 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: bold;
    font-size: 80px;

    color: #9F0908;
    white-space: nowrap;
}

h3 {
    font-family: "Economica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 56px;

    margin: 0;
    white-space: nowrap;
}

h4 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;

    margin: 0;
}

h5 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;

    color: #675E54;
}

@media (max-width: 1080px) {

    h1 {
        font-size: 72px;
    }

    h2 {
        font-size: 64px;
    }

}

@media (max-width: 882px) {

    h3 {
        font-size: 32px;
        font-style: bold;
    }

    h5 {
        font-size: 24px;
        font-style: bold;
    }

}

@media (max-width: 768px) {

    h4 {
        font-size: 20px;
    }

}

@media (max-width: 660px) {

    h1 {
        font-size: 44px;
        white-space: normal;
    }

    h2 {
        font-size: 40px;
        white-space: normal;
    }

}

@media (max-width: 375px) {

    h4 {
        font-size: 16px;
    }

}