html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    font-family: "Onest", Arial, sans-serif;
    font-size: var(--font-body);
    line-height: var(--line-height-body);
    color: var(--color-text);
    background: #F7F8FA;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}
