/*------------------------------------*    ##TYPE
\*------------------------------------*/

/* Set font weight/style to normal, declare on headings (so fallback font will carry right style) */

/*font face declaration*/

@font-face {
  font-family: "WWF";
  src: url(/fonts/WWF-WEBFONT.ttf?93f6ee373dbc53c888e1d1abc8b2abf1) format("truetype");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: 'tiktok';
  src: url('../fonts/tiktok.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'extra-fonts';
  src: url('../fonts/extra-fonts.woff') format('woff');
  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: 'fontello';
    src: url('../font/fontello.svg?57632479#fontello') format('svg');
  }
}
*/


  @font-face {
    font-family: 'ss_arrows';
    src: url('../fonts/ss_arrows.ttf') format('truetype');
    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: 'ss_arrows';
      src: url('../font/ss_arrows.svg?98564444#ss_arrows') format('svg');
    }
  }
  */


  @font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }


    @font-face {
      font-family: 'Poppins-ExtraLight';
      src: url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }

  @font-face {
    font-family: 'Poppins-Thin';
    src: url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
