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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

#phone-button,
#phone-number {
  background-color: #f59e0b;
  transform: scale(1);
  transform-origin: center;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  cursor: pointer;
}
#phone-button:hover,
#phone-number:hover {
  background-color: #ffb800;
}
#phone-button:active,
#phone-number:active {
  transform: scale(0.98);
}
#phone-button.hidden,
#phone-number.hidden {
  display: none !important;
}

.custom-flag {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 80px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.custom-flag img {
  width: 16px;
  height: 16px;
}/*# sourceMappingURL=summary.css.map */