@font-face {
  font-family: 'dhcc-icon';
  src:  url('fonts/dhcc-icon.eot?y8o9wu');
  src:  url('fonts/dhcc-icon.eot?y8o9wu#iefix') format('embedded-opentype'),
    url('fonts/dhcc-icon.ttf?y8o9wu') format('truetype'),
    url('fonts/dhcc-icon.woff?y8o9wu') format('woff'),
    url('fonts/dhcc-icon.svg?y8o9wu#dhcc-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="dhcc-icon-"], [class*=" dhcc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dhcc-icon' !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;
}

.dhcc-icon-contract:before {
  content: "\e900";
}
.dhcc-icon-material:before {
  content: "\e901";
}
.dhcc-icon-model:before {
  content: "\e902";
}
.dhcc-icon-responsible:before {
  content: "\e90b";
}
.dhcc-icon-customer:before {
  content: "\e90e";
}
.dhcc-icon-home:before {
  content: "\e90f";
}
