@charset "UTF-8";

@font-face {
  font-family: "OpenSans-Bold";
  src: url("opensans/bold/font.woff2") format("woff2"),
       url("opensans/bold/font.woff") format("woff"),
       url("opensans/bold/font.ttf") format("truetype"),
       url("opensans/bold/font.eot") format("embedded-opentype"),
       url("opensans/bold/font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Opensans-Regular";
    src: url("opensans/regular/font.woff2") format("woff2"),
         url("opensans/regular/font.woff") format("woff"),
         url("opensans/regular/font.eot") format("embedded-opentype"),
         url("opensans/regular/font.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Opensans-Light";
    src: url("opensans/light/font.woff2") format("woff2"),
         url("opensans/light/font.woff") format("woff"),
         url("opensans/light/font.eot") format("embedded-opentype"),
         url("opensans/light/font.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Poppins-Medium";
    src: url("poppins/medium/font.woff2") format("woff2"),
         url("poppins/medium/font.woff") format("woff"),
         url("poppins/medium/font.eot") format("embedded-opentype"),
         url("poppins/medium/font.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Poppins-Bold";
    src: url("opensans/bold/font.woff2") format("woff2"),
         url("opensans/bold/font.woff") format("woff"),
         url("opensans/bold/font.ttf") format("truetype"),
         url("opensans/bold/font.eot") format("embedded-opentype"),
         url("opensans/bold/font.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Poppins-Regular";
    src: url("opensans/regular/font.woff2") format("woff2"),
         url("opensans/regular/font.woff") format("woff"),
         url("opensans/regular/font.eot") format("embedded-opentype"),
         url("opensans/regular/font.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
     font-family: "iconfont";
     src: url(iconfont/iconfont.woff2) format('woff2'),
          url(iconfont/iconfont.woff) format('woff'),
          url(iconfont/iconfont.ttf) format('truetype'),
          url(iconfont/iconfont.svg) format('svg');
   }