@tailwind base;
@tailwind components;
@tailwind utilities;

@import url('https://tofuu.getjusto.com/orioneat-prod/DunkinSans-Display-v1.001.css');


@import url('https://tofuu.getjusto.com/orioneat-prod/DunkinSerif-Bold-v1.001.css');


@import url('https://tofuu.getjusto.com/orioneat-prod/DunkinSans-Book-v1.001.css');


.font-dunkin-sans-book {
  font-family: 'DunkinSans-Book-v1.001', sans-serif;
}

.font-dunkin-sans-display {
  font-family: 'DunkinSans-Display-v1.001', sans-serif;
}

.font-dunkin-sans-bold {
  font-family: 'DunkinSerif-Bold-v1.001', sans-serif;
}

.right-0-3 {
  right: -0.3rem;
}

/* LEAFLET */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #f8f4f1 !important;
}
.leaflet-popup {
  width: 380px;
  bottom: 0px !important;
  left: -163px !important;
}

.leaflet-popup-content {
  width: 350px !important;
}

.leaflet-popup-content p {
  margin: 0px !important;
}
.leaflet-container a.leaflet-popup-close-button {
  top: 5px !important;
  right: 5px !important;
}

.leaflet-marker-icon {
  /* margin-top: 0px !important; */
}

.h-min-70 {
  height: calc(100vh - 70px);
}

.h-min-270 {
  height: calc(100vh - 270px);
}
