* {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 0.93rem;
}

    *, *::before, *::after {
        box-sizing: border-box;
    }

html, body {
    height: 100%;
}
