@import './scrollbar.css';
html,
body,
#app {
width: 100%;
height: 100%;
}
html {
font-size: 16px;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
color: rgba(0, 0, 0, 0.65);
}