
@font-face {
    font-family: "huawei";
    src:  url("../fonts/HuaweiSans-Regular.woff") format("woff"),
     url("../fonts/HuaweiSans-Regular.woff2") format("woff2"),
     url("../fonts/HuaweiSans-Regular.ttf") format("truetype");
}

html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-family:"huawei";
}
a{
    font-family:"huawei";
}