@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Roboto+Mono:wght@400&display=swap');
body,
html,
a,
div,
span,
body button,
body input,
body select,
body textarea,
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}