.wysiwyg {
    font-size: 16px;
}

.wysiwyg .narrow_limiter {
   width: 70%;
    min-width: 1024px;
}

.wysiwyg h1 {
    font-family: var(--secondary-font), sans-serif;
    font-weight: 500;
    font-size: 3.125em;
    line-height: 1.2em;
    margin: 1.2em 0;
}

.wysiwyg h2 {
    font-family: var(--primary-font), sans-serif;
    font-weight: 500;
    font-size: 3.125em;
    line-height: 1.2em;
    margin: 1.2em 0;
}

.wysiwyg h3 {
    font-family: var(--primary-font), sans-serif;
    font-weight: 500;
    font-size: 1.75em;
    line-height: 1.25em;
    margin: 1.25em 0;
}

.wysiwyg h4 {
    font-family: var(--secondary-font), sans-serif;
    font-weight: 500;
    font-size: 2.1875em;
    line-height: 1.2em;
    margin: 1.25em 0;
}

.wysiwyg h5 {
    font-family: var(--secondary-font), sans-serif;
    font-weight: 500;
    font-size: 1.5625em;
    line-height: 1.2em;
    margin: 1.2em 0;
}

.wysiwyg h6 {
    font-family: var(--secondary-font), sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 1.2em 0;
}

.wysiwyg p {
    font-family: var(--primary-font), sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.375em;
    margin: 1.25em 0;
}

@media screen and (max-width: 1100px) {
    .wysiwyg .narrow_limiter {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 600px) {
    .wysiwyg {
        font-size: 11px;
    }
}