/*
Theme Name: Sunset
Author: EpikTeam
Description: Custom theme created by EpikTeam.
Version: 1.0
Requires at least: WordPress 5.2.2
Text Domain: Sunset
*/
.formatted-content, .term-description {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #424242;
}

.formatted-content p, .term-description p {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #424242;
}
.formatted-content ol, .term-description ol, .term-description ol, .formatted-content ol{
    padding-left: 35px;
    margin-bottom: 30px;
	list-style: decimal;
}

.formatted-content ul, .term-description ul, .term-description ul, .formatted-content ul{
    padding-left: 35px;
    margin-bottom: 30px;
	list-style: disc;
}
.formatted-content ul li, .term-description ul li, .formatted-content ol li, .term-description ol li {
    margin-bottom: 10px;
}

.formatted-content h1, .term-description h1 {
    font-family: Lora,serif;
    font-weight: 700;
    color: #558b2f;
    font-size: 32px;
    margin-bottom: 24px;
}

.formatted-content h2, .term-description h2 {
    font-family: Lora,serif;
    font-weight: 700;
    color: #558b2f;
    font-size: 26px;
    margin-bottom: 20px;
}

.formatted-content h3, .term-description h3 {
    font-family: Lora,serif;
    font-weight: 700;
    color: #558b2f;
    font-size: 22px;
    margin-bottom: 15px;
}

.formatted-content h4, .term-description h4 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #212121;
    font-size: 20px;

}

.formatted-content h5, .term-description h5 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #212121;
    font-size: 16px;
}

.formatted-content a, .term-description a{
    color: #255d00;
}
.formatted-content a:active, .formatted-content a:hover, .term-description a:active, .term-description a:hover{
    color: #558b2f;
}
