html, body { margin: 0; }
body { padding: 0; background-color: #f5f5f5; }
*, *:before, *:after { box-sizing: border-box; }

@font-face {
    font-family: roboto;
    src: url('/dist/fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: roboto;
    src: url('/dist/fonts/Roboto/Roboto-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: roboto;
    src: url('/dist/fonts/Roboto/Roboto-Italic.ttf');
    font-style: italic;
}