@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('../fonts/AkzidenzGroteskPro-Bold.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('../fonts/AkzidenzGroteskPro-Regular.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro Super';
    src: url('../fonts/AkzidenzGroteskPro-Super.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskPro-Super.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sang Bleu King';
    src: url('../fonts/SangBleuKing-Regular.woff2') format('woff2'),
        url('../fonts/SangBleuKing-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

  .icon-linkedin:before {content: "\e902";}

  .icon-youtube:before {content: "\e903";}

  .icon-instagram:before {content: "\e904";}

  .icon-twitter:before {content: "\e905";}

  .icon-facebook:before {content: "\e906";}

  .icon-trophy1:before {content: "\e900";}

  .icon-arrow-left2:before {content: "\ea40";}

  .icon-circle-left:before {
    content: "\ea44";
  }


