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

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Space Grotesk", "IBM Plex Sans", "Segoe UI", sans-serif;
    color: #1f1c16;
    background: #f3efe8;
}

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

button {
    cursor: pointer;
}
