@font-face {
    font-family: 'Vazir';
    src: url('../fonts/custom-fonts/vazir/Dana-FaNum-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/custom-fonts/vazir/Dana-FaNum-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/custom-fonts/vazir/Dana-FaNum-UltraBold.ttf') format('truetype');
    font-weight: 1000;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/custom-fonts/vazir/Dana-FaNum-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/custom-fonts/vazir/Dana-FaNum-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*, body, .body, div, span, h1, h2, h3, h4, h5, h6, p,
a, ol, ul, li, strike, strong, form, label,
legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, figure, figcaption, footer,
header, menu, nav, section, span, summary, small, .btn {
    font-family: 'Vazir', sans-serif;
}