html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    text-rendering: optimizelegibility;
    font-family:var(--apple-font-family);
}
a {
    text-decoration: none;
}
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
}
textarea {
    font-family: inherit;
}
img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
* {
    outline: none;
}
