/* =========================================================
   BASE
========================================================= */

body {
    margin: 0;
    background: var(--color-bg-page);
    font-family: var(--font-base);
}

/* inherit font everywhere */
button,
input,
select,
textarea {
    font: inherit;
}