.articlesCard{
    transition: all 1s;
}
/* fonts */
@font-face {
    font-family: "vazir";
    src: url(../fonts/Vazir.ttf);
}
@font-face {
    font-family: "yekan";
    src: url(../fonts/Yekan.ttf);
}
@font-face {
    font-family: "shabnam";
    src: url(../fonts/Shabnam.ttf);
}
@font-face {
    font-family: "montserrat";
    src: url(../fonts/Montserrat-Black.ttf);
}
@font-face {
    font-family: "roboto";
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Bold.otf);
}
.poppins{
    font-family: "poppins";
}
.shabnam{
    font-family: "shabnam";
}
h2{
    font-family: 'shabnam';
}
p,button{
    font-family: 'vazir';
}
.fs-7{
    font-size: 12px;
}
/* header */
header{
    position: sticky;
    top: 0;
    z-index: 100;
}

/* footer */

footer ul{
    list-style-type: none;
}
footer ul li a:hover{
    color: blue;
    text-decoration: underline !important;
}