@font-face {
  font-family: "mango-grotesteque";
  src: url("./assets/fonts/Antarctica-Regular.woff2");
  font-weight: 400;
}

* {
  font-family: "mango-grotesteque", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.image-line-animate-component .image-item {
  transform-origin: left;
  user-select: none;
  flex-shrink: 0;
}

.title-column-wrapper {
  --title-row: 56px;
}

.title-list {
  will-change: transform;
}

.title-item {
  height: var(--title-row);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.title-item p {
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.overlay-list-items-container {
  clip-path: inset(
    calc(50% - var(--title-row) / 2) 0% calc(50% - var(--title-row) / 2) 0%
  );
}

.title-item.is-active p {
  transform: scale(1.05);
  transition: transform 0.2s ease-out;
}

[role="region"]:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .mobile-notice-overlay {
    display: none !important;
  }
}
