@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/themes/custom/blueskies/src/fonts/Montserrat-VariableFont_wght.ttf");
  font-weight: 100 1000;
}
.block-openweather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
}
.home-hero-status-block .block-openweather {
  font-weight: 500;
}

.open-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.open-weather img {
  position: relative;
  margin-right: 0.8rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
}
.open-weather--time .sfo-date-time .sfo-time {
  position: relative;
  margin-left: 1.5rem;
}
.open-weather--time .sfo-date-time .sfo-time:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.9rem;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: currentColor;
}
/*# sourceMappingURL=open-weather.css.map */
