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

[class^="icons-"], [class*=" icons-"] {
  /* 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;
}

.icons-Relationships:before {
  content: "\e903";
  color: #0083ca;
}
.icons-on-time-delivery:before {
  content: "\e900";
  color: #0083ca;
}
.icons-reduce-disruption:before {
  content: "\e901";
  color: #0083ca;
}
.icons-procurement:before {
  content: "\e902";
  color: #0083ca;
}
