@font-face {
    font-family: "font-circular-medium";
    src: url('https://d1wmkocfhtnd8k.cloudfront.net/277ff631-1fe8-488f-972f-abf6c7481200/fonts/circularstd/CircularStd-Medium.otf');
}
@font-face {
    font-family: "font-circular";
    src: url('https://d1wmkocfhtnd8k.cloudfront.net/277ff631-1fe8-488f-972f-abf6c7481200/fonts/circularstd/CircularStd-Book.otf');
}
@font-face {
    font-family: "font-circular-bold";
    src: url('https://d1wmkocfhtnd8k.cloudfront.net/277ff631-1fe8-488f-972f-abf6c7481200/fonts/circularstd/CircularStd-Bold.otf');
}
@font-face {
    font-family: "font-circular-black";
    src: url('https://d1wmkocfhtnd8k.cloudfront.net/277ff631-1fe8-488f-972f-abf6c7481200/fonts/circularstd/CircularStd-Black.otf');
}

.font-circular-medium {
  font-family: "font-circular-medium";
}
.font-circular {
  font-family: "font-circular";
}
.font-circular-bold {
  font-family: "font-circular-bold";
}
.font-circular-black {
  font-family: "font-circular-black";
}

.font-mise {
  font-family: 'Open Sans', sans-serif;
}

.overscroll-none {
  overscroll-behavior: none;
}

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

.text-xxs {
  font-size: 0.625rem;
}

.bg-orange-mise-100 {
  background-color: #f7ddce;
}
.bg-orange-mise-600 {
  background-color: #D85309;
}
.text-orange-mise-600 {
  color: #D85309;
}
.bg-blue-mise-100 {
  background-color: #e5f6fb;
}
.bg-blue-mise-600 {
  background-color: #7CD1EC;
}
