@font-face {
  font-family: "oafont";
  src: url("/assets/oafont/oafont.eot?13972348");
  src: url("/assets/oafont/oafont.eot?13972348#iefix")
      format("embedded-opentype"),
    url("/assets/oafont/oafont.woff2?13972348") format("woff2"),
    url("/assets/oafont/oafont.woff?13972348") format("woff"),
    url("/assets/oafont/oafont.ttf?13972348") format("truetype"),
    url("/assets/oafont/oafont.svg?13972348#oafont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'oafont';
    src: url('/assets/oafont/oafont.svg?13972348#oafont') format('svg');
  }
}*/
[class^="fa-oa-"]:before,
[class*=" fa-oa-"]:before {
  font-family: "oafont";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-oa-trademark:before {
  content: "\e800";
}
.fa-oa-scouting:before {
  content: "\e801";
}
.fa-oa-trademark-simplified:before {
  content: "\e802";
}
.fa-oa-western-region:before {
  content: "\e803";
}
.fa-oa-central-region:before {
  content: "\e804";
}
.fa-oa-northeast-region:before {
  content: "\e805";
}
.fa-oa-southern-region:before {
  content: "\e806";
}
.fa-oa-eastern-logo:before { content: '\e810'; }
.fa-oa-gateway-logo:before { content: '\e811'; }
