/**
@FontFace
 */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

@font-face {
    font-family: "Noto Sans";
    src: url(../fonts/ttf/NotoSansLaoUI-Regular.ttf) format("truetype");
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/ttf/Roboto-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/ttf/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

/**
@EndFontFace
 */

.body-hidden {
    position: relative;
    overflow: hidden !important;
    -webkit-overflow-scrolling: auto;
    height: auto;
    touch-action: none;
    touch-action: unset;
}
