@font-face {
  font-family: "ReGallery";
  src: url("../../assets/css/fonts/ReGallery.eot");
  src:
    url("../../assets/css/fonts/ReGallery.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/css/fonts/ReGallery.woff") format("woff"),
    url("../../assets/css/fonts/ReGallery.ttf") format("truetype"),
    url("../../assets/images/icon.svg#ReGallery") format("svg");
  font-weight: normal;
  font-style: normal;
}

.reacg-icon:before {
  content: "\0041";
  display: inline-block;
  font-family: "ReGallery";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brxe-reacg {
  .button-primary {
    background: var(--reacg-primary-color, #155c92);
    border-color: var(--reacg-primary-color, #155c92);
    color: #fff;
    text-decoration: none;
    text-shadow: none;
  }
  .button-primary:hover {
    background: var(--reacg-primary-color-darker, #135e96);
    border-color: var(--reacg-primary-color-darker, #135e96);
    color: #fff;
  }
  .button-secondary {
    background: #f6f7f7;
    border-color: var(--reacg-primary-color, #155c92);
    color: var(--reacg-primary-color, #155c92);
    text-decoration: none;
    text-shadow: none;
  }
  .button-secondary:hover {
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
  }
}
