@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");

:root {
  --accent: #a52a2a;
  --animate-duration: 800ms;
  --animate-delay: 10.9s;
}

body {
  font-family: "Poppins", sans-serif;
}

.btn-accent {
  --bs-btn-bg: var(--accent);
  --bs-btn-hover-bg: #b73838;
}

img.logo {
  height: 64px;
  padding: 3px 0;
}

.zoom {
  transition: transform 0.25s ease;
}

.zoom:hover {
  transform: scale(1.05);
}

.footer-developer {
  color: #f1f1f1;
  /* font-size: smaller; */
}

.footer-developer a {
  color: #f5deb3;
  text-decoration: none;
}

.footer-developer a:hover {
  color: #f4ce83;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bg-focus {
  background-color: #fef7eb;
}

.maps {
  aspect-ratio: 2/1;
}
