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

[class^="cw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cw-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga"1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cw-icon-linkedin:before {
  content: "\e903";
}

.cw-icon-youtube:before {
  content: "\e901";
}

.cw-icon-snapchat:before {
  content: "\e900";
}

.cw-icon-heart:before {
  content: "\2665";
}

.cw-icon-facebook:before {
  content: "\e620";
}

.cw-icon-twitter:before {
  content: "\e621";
}

.cw-icon-reorder:before {
  content: "\e625";
}

.cw-icon-caret-down:before {
  content: "\e626";
}

.cw-icon-caret-up:before {
  content: "\e627";
}

.cw-icon-instagram:before {
  content: "\e603";
}
