.single.single-post h1{
    font-size: 25px;
    font-weight: 700;
    color:var(--darkgray);
}

/**********
H2
**********/

.single.single-post h2{
    font-size: 23px;
    color:var(--darkgreen);
    font-weight: 700;
    text-transform: none;
}

/**********
H3
**********/

.single.single-post h3{
    font-size:20px;
    font-weight: 700;
    color:var(--darkgray);
}

/**********
H4
**********/

.single.single-post h4{
    font-size:18px;
    font-weight: 300;
    color:var(--darkgray);
}

/**********
H5
**********/

.single.single-post h5{
    font-size: 16px;
    color:var(--darkgreen);
    font-weight: 300;
}

/**********
H6
**********/

.single.single-post h6{
    font-size: 16px;
    color:var(--darkgray);
    font-weight: 300;
}

.single.single-post .post-meta-custom {
        display: flex;
        flex-direction: row;
        gap: 0.5em;
}
.single.single-post .post-meta-custom ul, .single.single-post .post-meta-custom p{
        margin: 0;
}
.single.single-post .post-meta-custom ul{
        padding: 0;
	display: flex;
	gap: 0.5em;
}
.single.single-post .post-meta-custom ul li:before{
        content: none;
}
.single.single-post .post-meta-custom ul li a{
        text-decoration: none;
	background-color: var(--lightgreen);
	color: var(--darkgreen);
	padding: 2px 5px;
	display: inline-block;
}
