@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,700;1,400;1,700&family=Roboto:wght@400;500;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  background-color: whitesmoke;
}
#spinner {
  display: none;
}

