@font-face {
    font-family: 'Vazir';
    src: url('/static/fonts/Vazir.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Shabnam';
    src: url('/static/fonts/Shabnam.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3 {
    font-family: 'Vazir', sans-serif;
}

body, p, li, a, button, input, textarea {
    font-family: 'Shabnam', sans-serif;
}
