@font-face {
    font-family: "vazir";
    src: url("../font/vazir.eot");
    src: url("../font/vazir.ttf");
    src: url("../font/vazir.woff");
    src: url("../font/vazir.woff2");
    font-style: normal;
}

* {
    font-family: vazir;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li:before {
    content: "✔";
    color: green;
    padding-left: 10px;
}

.pagination li:before {
    content: "" !important;
    padding-left: 10px;
}

.main-content img {
    width: 100%;
}

.custom-paginate .pagination {
    justify-content: center;
    flex-wrap: wrap;
}

.breadcrumb ul {
    list-style: none !important;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 1rem 0 0 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumb li:before {
    content: "";
    padding: 0;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb li + li:before {
    content: "-";
    padding: 0 0 0 5px;
}

h1 {
    line-height: 200%;
    font-size: 36px;
    font-weight: bold;
}
h2 {
    line-height: 200%;
    font-size: 30px;
    font-weight: bold;
}

h3 {
    line-height: 200%;
    font-size: 24px;
    font-weight: bold;
}
h4 {
    line-height: 200%;
    font-size: 20px;
    font-weight: bold;
}
p {
    line-height: 32px;
    font-size: 16px;
}

table{
    border: 1px solid gray;
    width: 100%;
}

tr, td, th{
    border: 1px solid gray;
    padding: .8rem;
}

article img{
    width: 100%;
    border-radius: 10px;
}
