@charset "UTF-8";
/* CSS Document */

/* =====================
   RESET / BASE
===================== */

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    color: #111;
    background: white;
}

img {
    max-width: 100%;
    display: block;
}

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

root {
    grid-gap: 16px;
}
