@import url("https://fonts.googleapis.com/css2?family=Gelasio&family=DM+Serif+Display&family=Inter:wght@300;400;600&family=Montserrat:wght@300&display=swap");
.alert-preview {
  background-color: rgba(172, 228, 170, 0.6039215686); /* change the background color */
  color: #000; /* change the text color */
  border-color: #ACE4AA; /* change the border color */
  padding: 22px 0 5px;
}
.alert-preview h2, .alert-preview p {
  font-family: "Inter", Helvetica, sans-serif;
}

.btn {
  border-radius: 5px !important;
}

.gelasio-font {
  font-family: "DM Serif Display", Times, serif;
}

.magazine-hero {
  background-color: #ffffff;
}

#brokerlogo img {
  mix-blend-mode: multiply;
}

.haven-background {
  background-color: #f0ecd6;
}

.bg-light {
  background-color: #f0ecd6 !important;
  border: none !important;
}

.haven-cover-img {
  box-shadow: 0px 15px 25px 15px rgba(0, 0, 0, 0.1);
}

.btn-haven-primary {
  background-color: #b8a642;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: #b8a642 !important;
  border-radius: 10px;
}

.btn-haven-primary:hover {
  color: #ffffff;
  background-color: #776708;
  border-color: #776708 !important;
}

.btn-haven-primary:active {
  border-color: #f7f7f7;
}

.btn-haven-primary:focus {
  box-shadow: 0px 0px 0px 5px #f7f7f7 !important;
}

.btn-haven-secondary {
  border-color: #BFA50D !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #BFA50D;
}

.btn-haven-secondary:hover {
  color: #ffffff;
  background-color: #776708;
  border-color: #776708 !important;
}

.btn-haven-secondary {
  border-color: #f7f7f7;
}

.btn-haven-secondary:focus {
  box-shadow: 0px 0px 0px 5px #f7f7f7 !important;
}

.btn-haven-light {
  color: #BFA50D;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 10px;
}

.btn-haven-light:hover {
  color: #ffffff;
  background-color: #776708;
  border-color: #776708;
}

.btn-haven-light {
  border-color: #f7f7f7;
}

.btn-haven-light:focus {
  box-shadow: 0px 0px 0px 0px #776708 !important;
  color: #BFA50D;
}

.haven-subtitle {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 24px;
}

.article-background {
  background-color: #BFA50D;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "DM Serif Display", Times, serif;
}

.intro-text {
  font-family: "Inter", Helvetica, sans-serif;
}

.header-accent {
  color: #BFA50D;
  line-height: 1;
}

accent {
  color: #BFA50D;
}

.broker-photo {
  border-radius: 100%;
  padding: 15px;
}

.haven-logo-svg path {
  fill: #BFA50D;
}

.haven-logo-svg {
  height: 69px;
}

.social-share {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.social-share a span {
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  padding: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.social-share a i {
  position: relative;
  z-index: 1;
}

.social-share a:hover span {
  display: block;
  right: calc(100% + 10px);
  animation: slideIn 0.3s forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(0);
    opacity: 0;
  }
  to {
    transform: translateX(-100%);
    opacity: 1;
  }
}/*# sourceMappingURL=overrides.css.map */