@font-face {
    font-family: 'Estedad FD';
    src: url('../fonts/Estedad-FD-BB-Font.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad BB';
    src: url('../fonts/Estedad-BB-Font.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل سایت */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, button, input, select, textarea {
    font-family: 'Estedad FD', 'Estedad BB', 'Vazir', Tahoma, sans-serif;
}