/* Montserrat Font Family */
/* @font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Montserrat-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Montserrat-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Montserrat-Bold.woff2") format("woff2");
} */

/* Montserrat Font Family */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Rubik-Regular-fe4e082c.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/Rubik-Medium-04384ac3.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/Rubik-Bold-f182fd38.woff2") format("woff2");
}

/* Comfortaa Font Family */
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Comfortaa-Regular-f4472430.woff2") format("woff2");
}

@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/Comfortaa-Bold-719966d1.woff2") format("woff2");
}

.tooltip {
  z-index: 9999;
  background-color: black;
  width: max-content;
  max-width: 50vw;
  color: white;
  border-radius: 4px;
  padding: 8px;
  font-size: .75rem;
  line-height: 1rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 4px 6px -1px #1018281a, 0 2px 4px -2px #1018281a
}

.tooltip.open {
  display: block
}

.tooltip .arrow {
  background-color: black;
  z-index: -1;
  pointer-events: none;
  width: 8px;
  height: 8px;
  position: absolute;
  transform: rotate(45deg)
}
