
/* Vazir Font Face */
@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir/Vazir-Black-FD.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Black-FD.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir/Vazir-Bold-FD.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Bold-FD.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir/Vazir-Light-FD.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Light-FD.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir/Vazir-Medium-FD.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Medium-FD.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir/Vazir-Regular-FD.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Regular-FD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir/Vazir-Thin-FD.woff2') format('woff2'),
    url('../fonts/vazir/Vazir-Thin-FD.woff') format('woff');
    font-weight: 100;
    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, summary, small, .btn ,input{
    font-family: 'vazir', sans-serif;
}
input::-webkit-input-placeholder ,input:-ms-input-placeholder ,
input:-moz-placeholder ,input::-moz-placeholder {
    font-family: 'vazir', sans-serif;
    font-size: 10px;
}


.mb-2.px-4.py-4.bg-white.dark\:bg-gray-700.text-gray-900.dark\:text-white.rounded-xl.no-top-radius {
    direction: ltr;
}
.rounded-xl.relative.mb-2.py-3.px-3.bg-danger.no-bottom-radius.mb-0 {
    direction: ltr;
}
