@font-face {
  font-family: 'cocosq';
  src:  url('fonts/cocosq.eot?6fkdlg');
  src:  url('fonts/cocosq.eot?6fkdlg#iefix') format('embedded-opentype'),
    url('fonts/cocosq.ttf?6fkdlg') format('truetype'),
    url('fonts/cocosq.woff?6fkdlg') format('woff'),
    url('fonts/cocosq.svg?6fkdlg#cocosq') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cocosq' !important;
  speak: none;
  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-caret-right:before {
  content: "\f0da";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-phone:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-map-pin-fill:before {
  content: "\e902";
}

