@font-face {
    font-family: 'icomoon';
    src:  url('icons/icomoon.eot?7ut0wo');
    src:  url('icons/icomoon.eot?7ut0wo#iefix') format('embedded-opentype'),
      url('icons/icomoon.ttf?7ut0wo') format('truetype'),
      url('icons/icomoon.woff?7ut0wo') format('woff'),
      url('icons/icomoon.svg?7ut0wo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change icons */
    font-family: 'icomoon' !important;
    speak: never;
    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-arrow-down:before {
    content: "\e913";
  }
  
@font-face {
  font-family: 'SuisseIntlRegular';
  src: url('fonts/SuisseIntlRegular.eot');
  src: url('fonts/SuisseIntlRegular.otf') format('opentype'),
  url('fonts/SuisseIntlRegular.svg#SuisseIntlRegular') format('svg'),
  url('fonts/SuisseIntlRegular.woff2') format('woff2'), 
  url('fonts/SuisseIntlRegular.woff') format('woff'), 
  url('fonts/SuisseIntlRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}