/*
  Icon Font: oath-icons
*/

@font-face {
  font-family: "oath-icons";
  src: url("./oath-icons.eot");
  src: url("./oath-icons.eot?#iefix") format("embedded-opentype"),
       url("./oath-icons.woff2") format("woff2"),
       url("./oath-icons.woff") format("woff"),
       url("./oath-icons.ttf") format("truetype"),
       url("./oath-icons.svg#oath-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "oath-icons";
    src: url("./oath-icons.svg#oath-icons") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.arrow-circle-down:before,
.arrow-circle-left:before,
.arrow-circle-right:before,
.arrow-circle-up:before,
.checkbox-checked:before,
.chevron-down:before,
.chevron-left:before,
.chevron-right:before,
.chevron-up:before,
.copyright:before,
.dots:before,
.global-principles:before,
.gov-data:before,
.gov-removal:before,
.other-resources:before,
.policy-advocacy:before,
.times:before,
.user-first:before {
  display: inline-block;
  font-family: "oath-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.arrow-circle-down:before { content: "\f100"; }
.arrow-circle-left:before { content: "\f101"; }
.arrow-circle-right:before { content: "\f102"; }
.arrow-circle-up:before { content: "\f103"; }
.checkbox-checked:before { content: "\f104"; }
.chevron-down:before { content: "\f105"; }
.chevron-left:before { content: "\f106"; }
.chevron-right:before { content: "\f107"; }
.chevron-up:before { content: "\f108"; }
.copyright:before { content: "\f109"; }
.dots:before { content: "\f10a"; }
.global-principles:before { content: "\f10b"; }
.gov-data:before { content: "\f10c"; }
.gov-removal:before { content: "\f10e"; }
.other-resources:before { content: "\f10f"; }
.policy-advocacy:before { content: "\f110"; }
.times:before { content: "\f111"; }
.user-first:before { content: "\f112"; }
