html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    background: #fff;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

button,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
}
