* {
  margin: 0;
  padding: 0;
}

:root {
  --swiper-theme-color: white;
  --swiper-navigation-size: 24px;
}

header,
footer,
main {
  max-width: 1200px;
  margin: 0 auto;
}

html {
  font-size: 18px;
}

.prose {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.prose h1,
.prose h2,
.prose h3 {
  font-size: 135%;
}

.prose a {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.prose ul {
  padding: 0 35px;
}

.font-serif {
  font-family: "EB Garamond", serif !important;
}

ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


ul li {
  list-style-type: square;
  margin-left: 10px;
}

.skip-to-content-link {
  top: 0;
  left: 0;
  background: white;
  padding: 3px;
  position: absolute;
  transform: translateY(-100%);
}


.skip-to-content-link:focus {
  transform: translateY(0%);
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0.7
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1
}