/* reset.css */

:root {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
}

* {
    border: 0;
    box-sizing: border-box;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: center;
}

a {
    color: currentColor;
    outline: 0;
    text-decoration: 0;
}

body {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
}

ul {
    list-style-position: inside;
    list-style-type: none;
}

/* eof - reset.css */
