@font-face {
  font-family: 'icons';
  src:  url('fonts/icons.eot?mb4u9q');
  src:  url('fonts/icons.eot?mb4u9q#iefix') format('embedded-opentype'),
    url('fonts/icons.ttf?mb4u9q') format('truetype'),
    url('fonts/icons.woff?mb4u9q') format('woff'),
    url('fonts/icons.svg?mb4u9q#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !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;
}

.ico-facebook:before {
  content: "\e904";
}
.ico-instagram:before {
  content: "\e905";
}
.ico-twitter:before {
  content: "\e906";
}
.ico-arrow_right:before {
  content: "\e90f";
}
.ico-arrow_up:before {
  content: "\e910";
}
.ico-file_download_filled:before {
  content: "\e900";
}
.ico-file_pdf_filled:before {
  content: "\e901";
}
.ico-file_upload_filled:before {
  content: "\e902";
}
.ico-location_filled:before {
  content: "\e903";
}
.ico-alert:before {
  content: "\e90c";
}
.ico-info:before {
  content: "\e91e";
}
.ico-blank:before {
  content: "\e91a";
}
.ico-href:before {
  content: "\e91f";
}
.ico-check:before {
  content: "\e913";
}
.ico-cancel:before {
  content: "\e92f";
}
.ico-chevron_down:before {
  content: "\e915";
}
.ico-chevron_up:before {
  content: "\e918";
}
.ico-menu:before {
  content: "\e922";
}
