/*
============================================================
PUBLISH BASE
============================================================
*/
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-base);
    color: var(--color-text);
    background: var(--color-bg);
}

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

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

button,
input,
select,
textarea {
    font-family: var(--font-base);
}
