@font-face {
  font-family: 'Acme-Custom-Icons';
  src:  url('fonts/Acme-Custom-Icons.eot?a6c5u3');
  src:  url('fonts/Acme-Custom-Icons.eot?a6c5u3#iefix') format('embedded-opentype'),
    url('fonts/Acme-Custom-Icons.ttf?a6c5u3') format('truetype'),
    url('fonts/Acme-Custom-Icons.woff?a6c5u3') format('woff'),
    url('fonts/Acme-Custom-Icons.svg?a6c5u3#Acme-Custom-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Acme-Custom-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;
}

.cicon-about:before {
  content: "\e900";
  color: #00629b;
}
.cicon-contact:before {
  content: "\e901";
  color: #00629b;
}
.cicon-decking:before {
  content: "\e902";
  color: #00639a;
}
.cicon-repairs:before {
  content: "\e903";
  color: #00639a;
}
.cicon-roof-care:before {
  content: "\e904";
  color: #00629b;
}
.cicon-roofing:before {
  content: "\e905";
  color: #00629b;
}
.cicon-area:before {
  content: "\e906";
  color: #00629b;
}
