@import url("data:text/css,");

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.font-hiero {
  font-family: Georgia, "Times New Roman", Cambria, serif;
}

.tw-fade-in {
  animation: twFadeIn 0.6s ease both;
}

@keyframes twFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tw-carousel-track {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.tw-carousel-track > * {
  scroll-snap-align: start;
}

.tw-carousel-track::-webkit-scrollbar {
  display: none;
}

.tw-carousel-track {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tw-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #d6c9a8;
  transition: background-color 0.25s ease, width 0.25s ease;
}

.tw-dot[data-active="true"] {
  background-color: #991b1b;
  width: 22px;
}

details.tw-faq summary {
  cursor: pointer;
  list-style: none;
}

details.tw-faq summary::-webkit-details-marker {
  display: none;
}

details.tw-faq[open] .tw-faq-icon {
  transform: rotate(45deg);
}

.tw-faq-icon {
  transition: transform 0.2s ease;
}

.tw-skip-link:focus {
  transform: translateY(0);
}

#tw-cookie-banner {
  transform: translateY(120%);
  transition: transform 0.4s ease;
}

#tw-cookie-banner[data-visible="true"] {
  transform: translateY(0);
}

img {
  content-visibility: auto;
}
