/* fonts for Blog */

@font-face {
    font-family: 'Satoshi';
    src: url('./assets/fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
	 		url('./assets/fonts/satoshi/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./assets/fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
	 		url('./assets/fonts/satoshi/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Satoshi';
    src: url('./assets/fonts/satoshi/Satoshi-Bold.woff2') format('woff2'),
	 		url('./assets/fonts/satoshi/Satoshi-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

#content h2, #content h3, #content h4, #content h5, #content h6{
	font-family: 'Satoshi', sans-serif !important;
}

 #content h2 {
	font-size: 30px!important;
	letter-spacing: -0.8px;
	margin: 40px 0 20px 0!important;
	font-weight:600!important;
	line-height:40px!important;

}

#content h3 {
	font-size: 24px!important;
	letter-spacing: -0.1px!important;
	font-weight:600!important;
	margin: 20px 0 15px 0!important;
	opacity:85%!important;
	line-height:36px!important;
}

#content h4, #content h5, #content h6  {
	font-size: 20px!important;
	letter-spacing: -0.1px!important;
	font-weight:500!important;
	margin: 30px 0 15px 0!important;
	opacity:80%!important;
}

#content .entry-content {
	font-family: 'Satoshi', sans-serif !important;
	font-size: 18px!important;
	letter-spacing:-0.5px!important;
	line-height:25px!important;
	opacity:90%!important;
	margin: 20px 0 20px 0!important;

}


#content .entry-content a:not(.wp-block-button__link){
	Text-decoration: Underline!important;
	color:#0020FA!important;
}

#content .entry-content a:not(.wp-block-button__link):hover{
	Text-decoration: Underline!important;
	color:#012151!important;
}

#content uagb-toc__list {
	margin:O!important;
}

#content rank-math-breadcrumb {
	color:#FFFFFF!important;
}

/*

.ast-separate-container .ast-article-single:not(.ast-related-post) {
	padding:0 3px 0 30px!important;
}

.ast-single-entry-banner[data-post-type="post"] .ast-container > *:not(:last-child) {
	text-align:left!important;
}

.ast-single-entry-banner[data-post-type="post"] .entry-meta, .ast-single-entry-banner[data-post-type="post"] .entry-meta * {
	text-align:left!important;
}

.ast-separate-container.ast-two-container #secondary .widget {
	padding:0!important;
}


.wp-block-uagb-table-of-contents ul.uagb-toc__list, .wp-block-uagb-table-of-contents ol.uagb-toc__list {
	list-style:none!important;
}

.type-post.ast-article-single ul, ol  {
    padding-left: 10px !important;
	margin-left:10px!important;
}

.type-post.ast-article-single ul li,
.type-post.ast-article-single ol li   {
   margin-bottom:15px!important;
}



@media only screen and (max-width: 684px) {

	.ast-separate-container .ast-article-single:not(.ast-related-post) {
		padding:0 10px 0 10px!important;
	}
	.ast-separate-container.ast-two-container #secondary .widget {
		padding:0 10px 0 10px!important;
	}
} */


/*perfomance minimize fliker*/
.stk-block-columns>.stk-block-content {
   margin-left: auto;
   margin-right: auto;
}

.wp-block-group.is-content-justification-center{
	display: flex;
	justify-content: center;
}