@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Roboto:wght@100;300;500&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 2rem;
}

.post-list {
  list-style-type: none;
}
