@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.page,
.page__content,
.archive,
.archive__item,
.initial-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.page__content p {
  text-align: justify;
  margin-bottom: 1.2em; /* keep nice spacing */
}


.page__content p {
  margin-bottom: 1.2em;
}
