@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  /* font-size: 62.5%; */
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}