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

ink icon font
Generated using nucleoapp.com

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

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

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

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

.icon-lg {
  font-size: 2.5rem;
}

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

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

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

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

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

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

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

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

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

/* icons */
.icon-Aerospace::before {
  content: "\ea01";
}

.icon-Agricultural::before {
  content: "\ea02";
}

.icon-Bulk-Handling::before {
  content: "\ea03";
}

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

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

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

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

.icon-Food::before {
  content: "\ea08";
}

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

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

.icon-Motorsport::before {
  content: "\ea0b";
}

.icon-Nuclear::before {
  content: "\ea0c";
}

.icon-Oil-Gas::before {
  content: "\ea0d";
}

.icon-Renewable::before {
  content: "\ea0e";
}

.icon-Transport::before {
  content: "\ea0f";
}

.icon-Water::before {
  content: "\ea10";
}

.icon-bespoke::before {
  content: "\ea11";
}

.icon-billeting::before {
  content: "\ea12";
}

.icon-cutting::before {
  content: "\ea13";
}

.icon-delivery::before {
  content: "\ea14";
}

.icon-energy::before {
  content: "\ea15";
}

.icon-envelope::before {
  content: "\ea16";
}

.icon-grinding::before {
  content: "\ea17";
}

.icon-phone::before {
  content: "\ea18";
}

.icon-planing::before {
  content: "\ea19";
}

.icon-support::before {
  content: "\ea1a";
}

.icon-temperature-2::before {
  content: "\ea1b";
}

.icon-user::before {
  content: "\ea1c";
}

.icon-weight-scale::before {
  content: "\ea1d";
}
