  @charset "UTF-8";

/*
Blog specific stylesheet overrides.
Author: Entremission Inc.
Author URI: https://www.entremission.com
 */
h1 {
    color: var(--onn-pink);
    font-weight: unset !important;
}

h2 {
    font-weight: unset !important;
}

h3 {
    color: var(--onn-purple);
    font-weight: unset !important;
}

h4 {
    font-weight: unset !important;
}

@media (max-width: 576px) {

    h1 {
        color: var(--onn-pink);
        font-size: 2rem;
        line-height: 2.5rem;
    }

    h3 {
        color: var(--onn-purple);
        font-size: 1.5625rem;
        font-weight: unset !important;
    }

}