/* CORE STYLES IMPORT */
@import "WBcore.css";
/* CORE STYLES CUSTOMIZATION */
:root {
  --vanilla: 253,251,242;
  --vanillaHSL: 52,72%,97%;
  --bg: rgba(var(--vanilla), 1);
}
.theme-light {
  --bg: rgba(var(--vanilla), 1);
}
.top-navigation .navigation-brand a {
  height: 36px !important;
}
@media (max-width: 767px) {
  .top-navigation .navigation-brand a {
    height: 25px !important;
  }
}
