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