@font-face {
    font-family:iran-sans;
    /* src: url("./Assets/Fonts/FontsFree-Net-ir_sans.ttf"); */
    src: url("./Assets/Fonts/FontsFree-Net-ir_sans.ttf");
}
@font-face {
    font-family:iran-sans-num;
    src: url("./Assets/Fonts/IRANSans\(FaNum\).ttf");
}
body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth!important;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
#root{
    width: 100%;
}
a
{
    text-decoration: none!important;
    scroll-behavior: smooth!important;
}
html{
    scroll-behavior: smooth!important;
}
iframe{
    position: unset !important;
    width: 0 !important;
    height: 0 !important;
    z-index: 0 !important;
}