/* src/index.css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

body, html, #root {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}
