/*
Theme Name: Amar
*/



.single-post strong {
    font-weight: bold;
   font-family: "e-Ukraine_bold";

}
.single-post b {
    font-weight: bold;
	    font-family: "e-Ukraine_bold";
}

.single-post em {
    font-style: italic;
	  font-family: "e-Ukraine";
}
.single-post i {
    font-style: italic;
	  font-family: "e-Ukraine";
}

.single-post ul {
    list-style-type: disc;
    margin-left: 20px;
}

.single-post ol {
    list-style-type: decimal;
    margin-left: 20px;
}
