/* For admin editor mode the style is included in functions.php */
/* For front page the style is included in essential-scripts.php */
.single-post main {
    font-family: Cambon;
    line-height: 160%;
    font-size: 20px;
}

.single-post main p,
.single-post main p {
    margin: 10px 0;
}

.single-post main h1,
.single-post main h2,
.single-post main h3,
.single-post main h4,
.single-post main h5,
.single-post main h6
{
    font-family: 'Spekta';
    font-size: 64px !important;
    font-weight: 400  !important;
    line-height: 72px;
    color: #212b1a;
}

.single-post main h2,
.single-post main h3,
.single-post main h4,
.single-post main h5,
.single-post main h6
{
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 56px;
    color: #212b1a;
    margin: 30px 0 12px 0;
}

.single-post main h3,
.single-post main h4,
.single-post main h5,
.single-post main h6
{
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 40px;
    color: #212b1a;
}

.single-post main h4,
.single-post main h5,
.single-post main h6
{
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 32px;
    color: #212b1a;
}

.single-post main h5,
.single-post main h6
{
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 24px;
    color: #212b1a;
}

.single-post main h6
{
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 24px;
    color: #212b1a;
}

.single-post a {
    text-decoration: underline;
}

.single-post main ul
{
   list-style: disc !important;
   padding-left: 35px;
   margin-top: 10px;
}
