* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    outline: none;
}

html {
    font-size: 10px;
    line-height: 1.15;
    width: 100%;
    height: 100%;
    text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: $font-size-base;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: $line-height;
    margin: 0;
    color: $color-default;
    touch-action: manipulation;
    word-wrap: break-word;
    user-select: none;
    text-rendering: optimizeLegibility;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

input, button, select, textarea {
    outline: none;
}

button, html [type=button], [type=reset] input[type=button], input[type=submit] {
    -webkit-appearance: none;
}