.website-editor p,
.website-editor ul,
.website-editor ol {
    line-height: 1.4;
    margin: 0;
}

.website-editor h3,
.website-editor h2,
.website-editor h1,
.website-editor h4,
.website-editor h5,
.website-editor h6 {
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 12px;
}


/* should have different sizes based on screen size */
.website-editor h1 {
    font-size: 58px;
    font-weight: 400;
}

.website-editor h2 {
    font-size: 48px;
    font-weight: 400;
}

.website-editor h3 {
    font-size: 36px;
    font-weight: 400;
}

.website-editor h4 {
    font-size: 32px;
    font-weight: 400;
}

.website-editor h5 {
    font-size: 28px;
    font-weight: 400;
}

.website-editor h6 {
    font-size: 24px;
    font-weight: 400;
}