*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Inter, Segoe UI, sans-serif;
    min-height: 100vh;
    color: var(--text);
    line-height: var(--line-base);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

input,
button {
    font: inherit;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

button {
    outline: none;
}

input,
textarea,
select {
    color: inherit;
}
