.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
}

.h0 {
    font-size: 12rem;
}

.h1, h1 {
    font-size: 5em;
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.1;
}

.h2, h2 {
    font-size: 2.25em;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
}

.h3, h3 {
    font-size: 1.5em;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
}

.h4, h4 {
    font-size: 1.25em;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
}

.h5, h5 {
    font-size: 1em;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.065rem;
    text-transform: uppercase;
    text-decoration: none;
}

.h6, h6 {
    font-size: 1em;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
}

p, .p {
    font-size: 1em;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
}

.label, label {
    font-size: .75em;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.063rem;
    text-transform: uppercase;
    text-decoration: none;
}

.placeholder {
    font-size: 1em;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    color: rgba(0,0,0,.5);
}


@media (min-width: 640px) {
    .sm\:h1 {
        font-size: 5em;
        font-size: 80px;
        font-size: 5rem;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        text-transform: none;
        text-decoration: none;
        line-height: 1.1;
    }

    .sm\:h4 {
        font-size: 1.25em;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        text-transform: none;
        text-decoration: none;
    }
}