/* cciconsunicode.css */
@font-face {
  font-family: 'CCIconsUnicode';
  src: url('../fonts/CCIconsUnicode.woff2') format('woff2'),
    url('../fonts/CCIconsUnicode.woff') format('woff');
}

.font-cciconsunicode {
    font-family: CCIconsUnicode;
    font-style: normal;
}

