/// Global
:root {
    /*This is the right file*/
  scrollbar-gutter: stable;
}

[class*="btn--"] {
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

.btn--primary {
  svg {
  fill: var(--primary-ultra-light);
  width: 2rem;
  max-width: 2rem;
  transition: all .4s ease-in-out;
  }
}

.btn--primary:hover {
  svg {
    transform: translateX(3px);
  }
}

/* Global header overlay styling */

[data-overlay="False"] {
    /*box-shadow:
     0px 5.6px 6.3px rgba(0, 0, 0, 0.03),
     0px 45px 50px rgba(0, 0, 0, 0.06);
    .fr-header-bravo__top-link.brxe-div {
        color: white;
    }
    .fr-hero-bravo__top-link-icon {
        fill: var(--white);
    }
    .brxe-nav-menu .bricks-nav-menu li a {
        color: white;
    }
}
/*Text which stands out*/


//WS Form styling



.text-white {
  color: white!important;
}