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

EQ icon font
Generated using nucleoapp.com

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

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

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

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

.ewicon-lg {
  font-size: 1.2em;
}

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

.ewicon-32 {
  font-size: 32px;
}

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

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

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

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

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

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

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

/* icons */
.ewicon-edit::before {
  content: "\ea02";
}

.ewicon-password::before {
  content: "\ea03";
}
