@font-face {
  font-family: 'domainBrain';
  src:
    url('/files/fonts/domainBrain.woff2?a9czty') format('woff2'),
    url('/files/fonts/domainBrain.ttf?a9czty') format('truetype'),
    url('/files/fonts/domainBrain.woff?a9czty') format('woff'),
    url('/files/fonts/domainBrain.svg?a9czty#domainBrain') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="domainBrain"], [class*=" domainBrain"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'domainBrain' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.domainBrainArrowBottom:before {
  content: "\e903";
}
.domainBrainArrowLeft:before {
  content: "\e900";
}
.domainBrainArrowRight:before {
  content: "\e901";
}
.domainBrainArrowTop:before {
  content: "\e902";
}
