.oc-normal {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    line-height: 1.2;
    color: #4952d8ff;
    margin: 0;
}

.oc-lead {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    line-height: 1.2;
    color: #75fd5aff;
    margin: 0;
}

.oc-heading1 {
    font-family: "Lato", Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2;
    color: #d75839ff;
    margin: 0;
}

.oc-heading2 {
    font-family: "eigerdals", Arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fe2cf0ff;
    margin: 0;
}

.oc-heading3 {
    font-family: "fairweather", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-transform: none;
    line-height: 1.2;
    color: #436efdff;
    margin: 0;
}

.oc-heading4 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    line-height: 1.2;
    color: #fe7904ff;
    margin: 0;
}

.oc-heading5 {
    font-family: "Sigmar One", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    line-height: 1.2;
    color: #12fee7ff;
    margin: 0;
}

.oc-heading6 {
    font-family: "Orbitron", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    line-height: 1.2;
    color: #effe1dff;
    margin: 0;
}

@media (max-width: 768px) {
    .oc-normal {
        font-size: 12.6px;
    }

    .oc-lead {
        font-size: 12.6px;
    }

    .oc-heading1 {
        font-size: 32.4px;
    }

    .oc-heading2 {
        font-size: 27px;
    }

    .oc-heading3 {
        font-size: 21.6px;
    }

    .oc-heading4 {
        font-size: 16.2px;
    }

    .oc-heading5 {
        font-size: 12.6px;
    }

    .oc-heading6 {
        font-size: 12.6px;
    }
}