@font-face {
    font-family: 'IRANYekanMobile';
    src: url('../assets/assets/fonts/IRANYekanMobileRegular.ttf') format('truetype');
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overscroll-behavior-x: none;
}

body {
    font-family: 'IRANYekanMobile', sans-serif;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    overscroll-behavior-x: none;
    touch-action: none;
}

#install-gate {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 9999;
    overflow-y: auto;
}

#ios-instructions {
    display: none;
    width: 100%;
    height: 100%;
}