/*
CTC Separate Stylesheet
Updated: 2023-09-12 15:52:33
*/
@font-face {

font-family: Cantarell-Regular;

src: url(http://eventostrading.com/wp-content/themes/dinero-child/fonts/Cantarell-Regular.ttf);

font-weight: normal;

}

#sscontent{
	font-family: "Cantarell-Regular" !important;
}
.article-text ol, .article-text ul{
	margin-inline-start:30px;
	margin-top: 5px;
}
#post_section, #post_section p {
	color: #8b8b8b;
	margin-top: 5px;
}
.abc {
	border: 1px solid orange;
	margin: 2px;
	display: inline-block;
	width: 30px;
}
.abc:hover {
	background-color: #FEF5E7;
}