﻿@font-face {
  font-family: 'EMP';
  src:  url('../webfonts/emp.eot?8zmh9c');
  src:  url('../webfonts/emp.eot?8zmh9c#iefix') format('embedded-opentype'),
        url('../webfonts/emp.ttf?8zmh9c') format('truetype'),
        url('../webfonts/emp.woff?8zmh9c') format('woff'),
        url('../webfonts/emp.svg?8zmh9c#EMP') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="emp"], [class*=" emp"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'EMP' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.emp-logo:before {
  content: "\e901";
}
.emp-home:before {
  content: "\e900";
}
.emp-paste:before {
  content: "\e92d";
}
.emp-user:before {
  content: "\e976";
}
.emp-make-group:before {
  content: "\ea58";
}