.post-description h1, .post-description h2, .post-description h3, .post-description h4, .post-description h5, .post-description h6 {
	font-weight: 700;
	/* text-align: center; */
}

.post-description img {
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	height: max-content;
}

.post-description img, .post-description p {
	margin: 1rem auto;
}

ul#tocnya li {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
}

ul#tocnya li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	height: 5px;
	width: 5px;
	border: 1px solid var(--primary-color-deep);
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}
#trp-floater-ls {
	top: auto!important;
	bottom: 0%!important;
	right: 1%!important;
}


@font-face {
	font-family: dana;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/dana-bold.woff') format('woff');
}

@font-face {
	font-family: dana;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/dana-regular.woff') format('woff');
}

@font-face {
	font-family: dana;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/dana-medium.woff') format('woff');
}

@font-face {
	font-family: yekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekanwebboldfanum.woff') format('woff');
}

@font-face {
	font-family: yekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekanwebregularfanum.woff') format('woff');
}

@font-face {
	font-family: yekan;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iranyekanwebmediumfanum.woff') format('woff');
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff") format("woff");
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff") format("woff");
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("../fonts/fa-light-300.woff") format("woff");
}
/* 
.rt-dana,.rt-dana * {
	font-family: dana;
}

.rt-yekan,.rt-yekan * {
	font-family: yekan;
}
 */
/* 
[dir="rtl"] {
	float: left;
}
 
 */