@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
  font-family: "Roboto", Arial, sans-serif;
}

.prose p {
  margin-bottom: 1rem;
  line-height: 1.75;
}
