@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Faustina:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Faustina";
  font-weight: 400;
  font-size: 18px;
}

.title {
  font-size: 60px;
  font-weight: 600;
  font-family: "Faustina";
  margin-bottom: 2rem;
}

p {
  margin-bottom: 1rem;
}

strong {
  font-weight: 500;
}

table {
  font-size: 18px;
}

html {
  background-color: #ffffff;
}

hr {
  background-color: hsl(28, 21%, 74%);
}

a {
  color: hsl(28, 58%, 27%);
}
a:hover {
  color: hsl(28, 58%, 50%);
}

/*# sourceMappingURL=main.css.map */
