@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
  background-color: white;
  color: black;
  font-family: "Google Sans";
  justify-content: center;
  text-align: center;
}

#font1 {
  font-family: "Work Sans" !important;
}