/* Explain: Base reset, typography, and responsive styling defaults. - */
* {
    box-sizing: border-box;
}

html {
    background: var(--background-color);
}

body {
    overflow-x: hidden;
}

input, textarea, select {
    font-size: 16px !important;
}
