@font-face{
    font-family: vazir;
    src: url(Vazir.woff);
}
@font-face {
    font-family: lel;
    src: url(Lalezar-Regular.woff);
}
p {
    font-family: vazir, sans-serif;
    color: brown;
    font-size: 35px;
}
a {
    font-family: lel, sans-serif;
    text-decoration: none;
    font-size: 30px;
}