font smooth scss css
body {
font-size: $global-font-size;
padding: 0;
margin: 0;
font-family: $family, Arial, Sans-serif;
line-height: 1.5;
color: #3b3b3b;
background: #fefefe;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}