@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

body {
  background-color: #111;
  color: #fff;
}

p {
  font-family: Onest, sans-serif;
  font-size: 2rem;
}

h2 {
  font-family: Onest, sans-serif;
  text-decoration: underline;
  font-size: 1.5rem;
}
