html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gallery-image {
  aspect-ratio: 4 / 3;
  background: #e7e1d3;
}

.map-area {
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.map-area:hover,
.map-area-active {
  opacity: 1;
  transform: scale(1.05);
}

.footer-icon-link {
  align-items: center;
  border: 1px solid rgb(23 33 29 / 12%);
  border-radius: 6px;
  color: #17211d;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
  width: 40px;
}

.footer-icon-link:hover {
  background: #eef5fb;
  border-color: #1769aa;
  color: #1769aa;
}

.footer-icon-link svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}
