h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

.atlas-site {
  min-width: 0;
}

.atlas-menu-icon,
.atlas-menu-icon::before,
.atlas-menu-icon::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.atlas-menu-icon {
  position: relative;
}

.atlas-menu-icon::before,
.atlas-menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.atlas-menu-icon::before {
  top: -6px;
}

.atlas-menu-icon::after {
  top: 6px;
}

.atlas-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #e2e8f0;
}

.atlas-photo img {
  position: absolute;
  width: 200%;
  height: 200%;
  max-width: none;
  object-fit: cover;
}

.atlas-photo--island img {
  left: 0;
  top: 0;
}

.atlas-photo--mountain img {
  left: -100%;
  top: 0;
}

.atlas-photo--coast img {
  left: 0;
  top: -100%;
}

.atlas-photo--desert img {
  left: -100%;
  top: -100%;
}

.atlas-card-image {
  position: relative;
  min-height: 15rem;
}

.atlas-package-image {
  position: relative;
  min-height: 22rem;
}

.bg-coral-50 {
  background-color: #fff1ee;
}

@media (max-width: 640px) {
  .atlas-card-image {
    min-height: 13rem;
  }

  .atlas-package-image {
    min-height: 16rem;
  }
}
