section.festival-pass {
  z-index: 242;
  position: fixed;
  bottom: 16px;
  left: 0px;
  width: 100%;
  opacity: 0;
  animation: appear 0.2s ease;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  section.festival-pass {
    left: 16px;
  }
}
section.festival-pass .wrapper .content {
  display: flex;
  gap: 16px;
  align-items: stretch;
  font-family: "Alegreya", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
}
section.festival-pass .wrapper .content .button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f16978;
  text-decoration: none;
  padding: 0.3em 1em;
  transition: all 0.2s ease;
  border: 1px solid #f16978;
}
section.festival-pass .wrapper .content .button:hover {
  background-color: #f2f2f2;
  transform: scale(1.025);
  border-color: #000000;
}
section.festival-pass .wrapper .content .text {
  color: #ffffff;
  background-color: #000000;
  padding: 4px 12px;
}
section.festival-pass .wrapper .content .text p {
  margin: 0;
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.single-post {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.single-post h1, body.single-post h2, body.single-post h3, body.single-post h4, body.single-post h5, body.single-post h6 {
  font-family: "Poppins", sans-serif;
}
body.single-post {
  /* Article */
}
body.single-post .single-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16rem;
}
body.single-post .single-post .container {
  max-width: 784px;
}
body.single-post .single-post__header {
  display: flex;
  flex-direction: column;
}
body.single-post .single-post__header__image {
  margin-bottom: 3rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}
body.single-post .single-post__header__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
body.single-post .single-post__header__title {
  font-family: "Alegreya", serif;
  font-weight: 400;
  font-size: 32px !important;
  font-style: italic;
  line-height: 1.125;
  margin: 0 0 0.75rem 0;
}
@media (min-width: 768px) {
  body.single-post .single-post__header__title {
    font-size: 48px !important;
    line-height: 1.0833333333;
  }
}
body.single-post .single-post__header__date {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #4D4D4D;
}
body.single-post .single-post__ingress {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 3rem;
  max-width: 600px;
}
body.single-post .single-post__content {
  justify-self: center;
  max-width: 600px;
  font-size: 16px;
  line-height: 1.25;
}
body.single-post .single-post__content h2, body.single-post .single-post__content h3, body.single-post .single-post__content h4, body.single-post .single-post__content h5, body.single-post .single-post__content h6 {
  font-weight: 500;
  margin-block-end: 0;
}
body.single-post .single-post__content h2 {
  font-size: 24px !important;
  line-height: 1.1666666667;
}
body.single-post .single-post__content h3 {
  font-size: 20px !important;
  line-height: 1.4;
}
body.single-post .single-post__content h4 {
  font-size: 18px !important;
  line-height: 1.5555555556;
}
body.single-post .single-post__content h5 {
  font-size: 16px !important;
  line-height: 1.75;
}
body.single-post .single-post__content blockquote {
  margin-block-start: 3.25rem;
  margin-block-end: 2rem;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Alegreya", serif;
}
body.single-post .single-post__content img {
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}
body.single-post .newsletter {
  background-color: #F8B4BB;
  padding: 6.875rem 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.single-post .newsletter__content {
  max-width: 784px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
body.single-post .newsletter__title {
  font-family: "Alegreya", serif;
  font-weight: 400;
  font-size: 48px;
  font-style: italic;
  line-height: 1.0833333333;
  margin: 0 0 0.75rem 0;
}
body.single-post .newsletter__description {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 2.25rem 0;
}
body.single-post .newsletter__description * {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
body.single-post .newsletter__description *:first-child {
  margin-top: 0;
}
body.single-post .newsletter__description *:last-child {
  margin-bottom: 0;
}
body.single-post .newsletter__button {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  color: #fff;
  background-color: #000;
  font-family: "Alegreya", serif;
  font-style: italic;
  font-weight: 400;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

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