
@font-face {
  font-family: 'Jaschik Icons';
  src: url('jaschik-icon_color.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.ji::before{

  font-family: 'Jaschik Icons'; 
  display: inline-block;  
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 /*  font-size: 1.8em; */
}

.ji-logo::before {
  content: '\E000';
}

.ji-ok::before {
  content: '\E001';
}

.ji-arrow-right::before {
  content: '\E002';
}

.ji-arrow-left::before {
  content: '\E003';
}

.ji-arrow-down::before {
  content: '\E004';
}

.ji-arrow-up::before {
  content: '\E005';
}

