*:not(span):not(i):not(h1):not(h2):not(h3):not(h3>label):not(.btn):not(.fa.fa-arrow-up):not(.navbar-static-top .menu-bar > .navbar-nav > li > a){
  font-family: OpenSansRegular !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: OpenSansBold !important;
}
.xrm-attribute-value:has(#eventName)>.row>.container{
  &>.col-lg-4{
    margin-top : "0px";
  }
  &>.col-lg-8{
    margin-top : "0px";
  }
}
div[data-pcf-control-name='Pages.CardGallery'] div.control-loader-container{
  background-color: transparent !important;
}


@font-face {
  font-family: OpenSansRegular;
  src: url("/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: OpenSansBold;
  src: url("/OpenSans-Bold.ttf") format("truetype");
}