@charset "utf-8";
html,
body {
    font-family: Vazirmatn, sans-serif;
    background-color: aliceblue;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
/*html {*/
/*    font-size: 10px;*/
/*}*/
body {
    overflow: hidden;
}
#app {
    width: 100%;
    height: 100%;
}
