@font-face {
    font-family: IRANSansX;
    src: url('../fonts/woff2/IRANSansX-Regular.woff2') format('woff2'),
    url('../fonts/woff/IRANSansX-Regular.woff') format('woff'),
    url('../yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: IRANSansX;
    src: url('../fonts/woff2/IRANSansX-Bold.woff2') format('woff2');
    font-weight: 700;
}
body {
    font-family: IRANSansX, sans-serif;
    background: #fafafa;
}
.post-card {
    border: none;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    transition: .2s;
}
.post-card:hover {
    transform: translateY(-4px);
}
.post-card img {
    height: 180px;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}
.btn-orange {
    background: #FF4500;
    color: #fff;
    margin-right: auto;
}
.btn-orange:hover {
    background: #D13800;
    color: #fff;
}
.pagination .page-link {
    color: #FF4500;
}
.pagination .active .page-link {
    background: #FF4500;
    border-color: #FF4500;
    color: #fff;
}