
@font-face {
    font-family: inter;
    src:   url('./inter/inter-regular.woff2') format('woff2'),
    url('./inter/inter-regular.woff') format('woff');
    font-weight: normal;font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: inter;
    src: url('./inter/inter-bold.woff2') format('woff2'),
    url('./inter/inter-bold.woff') format('woff');
    font-weight: bold;font-display: swap;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: Vazir;*/
/*    src: url('./vazir/Vazir-Black.woff2') format('woff2'),*/
/*    url('./vazir/Vazir-Black.woff') format('woff');*/
/*    font-weight: 900;font-display: swap;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: inter;
    src: url('./inter/inter-medium.woff2') format('woff2'),
    url('./inter/inter-medium.woff') format('woff');
    font-weight: 500;font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: inter;
    src:     url('./inter/inter-light.woff2') format('woff2'),
    url('./inter/inter-light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6,p,a,span,li,div,strong,b,button,input,input::placeholder{
    font-family: inter !important;
}