@font-face {
  font-family: "course-capotee-icons";
  src: url('../font/course-capotee-icons.woff2') format('woff2'),
       url('../font/course-capotee-icons.woff') format('woff'),
       url('../font/course-capotee-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="cc-icon-"], [class*=" cc-icon-"] {
  font-family: "course-capotee-icons" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cc-icon-heel:before { content: "\e800"; }
.cc-icon-dragface:before { content: "\e801"; }
.cc-icon-headphones:before { content: "\e802"; }
.cc-icon-ribbon-heart:before { content: "\e803"; }
