/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 08:47:57 */
:where(.hn__single-post-content) h1, 
:where(.hn__single-post-content) h2, 
:where(.hn__single-post-content) h3, 
:where(.hn__single-post-content) h4, 
:where(.hn__single-post-content) h5, 
:where(.hn__single-post-content) h6 {
	display: inline-block;
	font-weight: 600;
	font-family: 'Playfair Display';
}

.hn__single-post-content img {
	border-radius: 12px !important;
}

:where(.hn__single-post-content)  p,
:where(.hn__single-post-content)  ul {
	margin-bottom: 1em;
	display: block;
}
:where(.hn__single-post-content) p:has(+ p > img) {
	margin-bottom: 3em;
}
:where(.hn__single-post-content) h1{
	font-size: 2em; 
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
:where(.hn__single-post-content) h2{
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}
:where(.hn__single-post-content) h3{
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
}
:where(.hn__single-post-content) h4{
	font-size: 1em;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}
:where(.hn__single-post-content) h5{
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
}
:where(.hn__single-post-content) h6{
	font-size: .67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
}