h1, h2 {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -.8px;
}
h2 {
    font-size: 20px;
}
html {
    font-size: 14px;
    font-family: system-ui;
    color: #000;
}
#app, body, html {
    width: 100%}
body.body--lock-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, p, span {
    margin: 0;
}
svg {
    outline: 0;
}
a, img {
    -webkit-touch-callout: none;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
#app {
    font-size: 1rem;
}
@media (min-width:768px) {
    body {
    margin: 0 auto;
}
}@media (max-width:767px) {
    button, img, svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
}
