@font-face {
  font-family: "FontAwesome";
  src: url(../../static/fonts/fontawesome-webfont.eot);
  src:
    url(../../static/fonts/fontawesome-webfont.eot) format("embedded-opentype"),
    url(../../static/fonts/fontawesome-webfont.woff) format("woff"),
    url(../../static/fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../../static/fonts/fontawesome-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "open_sansregular";
  src: url(../../static/fonts/opensans-regular-webfont.eot);
  src:
    url(../../static/fonts/opensans-regular-webfont.eot)
      format("embedded-opentype"),
    url(../../static/fonts/opensans-regular-webfont.woff) format("woff"),
    url(../../static/fonts/opensans-regular-webfont.ttf) format("truetype"),
    url(../../static/fonts/opensans-regular-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "open_sanssemibold";
  src: url(../../static/fonts/opensans-semibold-webfont.eot);
  src:
    url(../../static/fonts/opensans-semibold-webfont.eot)
      format("embedded-opentype"),
    url(../../static/fonts/opensans-semibold-webfont.woff) format("woff"),
    url(../../static/fonts/opensans-semibold-webfont.ttf) format("truetype"),
    url(../../static/fonts/opensans-semibold-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "open_sansbold";
  src: url(../../static/fonts/opensans-bold-webfont.eot);
  src:
    url(../../static/fonts/opensans-bold-webfont.eot)
      format("embedded-opentype"),
    url(../../static/fonts/opensans-bold-webfont.woff) format("woff"),
    url(../../static/fonts/opensans-bold-webfont.ttf) format("truetype"),
    url(../../static/fonts/opensans-bold-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
