/*
 Theme Name:     Author Child
 Theme URI:      http://example.com/author-child/
 Description:    قالب فرزند برای قالب Author
 Author:         [نام شما یا سایت شما]
 Author URI:     http://example.com
 Template:       author
 Version:        1.0.0
*/

/* این خط خالی لازم است */




@font-face {
    font-family: 'vazirm';
    src: url('fonts/Vazir-FD.woff2') format('woff2'),
         url('fonts/Vazir-FD.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vazirm';
    src: url('fonts/Vazir-Black-FD.woff2') format('woff2'),
         url('fonts/Vazir-Black-FD.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.post-title a {
	text-decoration: none;
	transition: color .2s ease-in-out;
	font-family: vazirm;
	font-weight: 900;
	font-size: 32px;
} 

.more-link-wrapper {
	text-align: center;
	font-family: vazirm;
}

p {
	margin: 1.5em 0;
	font-family: vazirm;
}

.post-header {
	text-align: center;
	font-family: vazirm;
}

.post-title {
	font-size: 2.188em;
	font-family: vazirm;
	font-weight: 900;
}

img {
	height: auto;
	line-height: 0;
	display: block;
	width: 100%;
}