/*--------------------------------

CC-TC icon font
Generated using nucleoapp.com

-------------------------------- */

@font-face {
  font-family: 'CC-TC';
  src: url('../fonts/CC-TC.eot');
  src: url('../fonts/CC-TC.eot') format('embedded-opentype'),
       url('../fonts/CC-TC.woff2') format('woff2'),
       url('../fonts/CC-TC.woff') format('woff'),
       url('../fonts/CC-TC.ttf') format('truetype'),
       url('../fonts/CC-TC.svg') format('svg');
}

/* base class */
.icon-tc {
  display: inline-block;
  font: normal normal normal 1em/1 'CC-TC';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.icon-tc-sm {
  font-size: 0.8em;
}

.icon-tc-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.icon-tc-16 {
  font-size: 16px;
}

.icon-tc-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.icon-tc-is-spinning {
  animation: icon-tc-spin 1s infinite linear;
}

@keyframes icon-tc-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* transform */
.icon-tc-rotate-90 {
  transform: rotate(90deg);
}

.icon-tc-rotate-180 {
  transform: rotate(180deg);
}

.icon-tc-rotate-270 {
  transform: rotate(270deg);
}

.icon-tc-flip-y {
  transform: scaleY(-1);
}

.icon-tc-flip-x {
  transform: scaleX(-1);
}

/* icons */
.icon-tc-Blocks::before {
  content: "\ea02";
}

.icon-tc-Book::before {
  content: "\ea03";
}

.icon-tc-Cube::before {
  content: "\ea04";
}

.icon-tc-Mountain::before {
  content: "\ea05";
}

.icon-tc-Plane::before {
  content: "\ea06";
}

.icon-tc-Shield::before {
  content: "\ea07";
}

.icon-tc-Square-Lines::before {
  content: "\ea08";
}

.icon-tc-Square::before {
  content: "\ea09";
}

.icon-tc-Triangle::before {
  content: "\ea0a";
}
