@font-face{

    font-family:"Vazirmatn";

    src:url("../fonts/Vazirmatn-Regular.woff2") format("woff2");

    font-weight:400;

}

@font-face{

    font-family:"Vazirmatn";

    src:url("../fonts/Vazirmatn-Medium.woff2") format("woff2");

    font-weight:500;

}

@font-face{

    font-family:"Vazirmatn";

    src:url("../fonts/Vazirmatn-SemiBold.woff2") format("woff2");

    font-weight:600;

}

@font-face{

    font-family:"Vazirmatn";

    src:url("../fonts/Vazirmatn-Bold.woff2") format("woff2");

    font-weight:700;

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"Vazirmatn",sans-serif;
    font-feature-settings:"ss01";
}

html{

    scroll-behavior:smooth;

}

body{

    background:var(--bg);

    color:var(--text);

    font-family:'Inter',sans-serif;

    overflow-x:hidden;

}

a{

    text-decoration:none;

    color:inherit;

}

img{

    max-width:100%;
    display:block;

}

button{

    border:none;

    outline:none;

}

ul{

    list-style:none;

}