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

html {
  font-family: "Roboto", serif;
}

bold {
  font-weight: 500;
}

i {
  font-style: italic;
}
