@font-face {
  font-family: 'pouch-icon-fonts';
  src:  url('fonts/pouch-icon-fonts.eot?fkh7z7');
  src:  url('fonts/pouch-icon-fonts.eot?fkh7z7#iefix') format('embedded-opentype'),
    url('fonts/pouch-icon-fonts.ttf?fkh7z7') format('truetype'),
    url('fonts/pouch-icon-fonts.woff?fkh7z7') format('woff'),
    url('fonts/pouch-icon-fonts.svg?fkh7z7#pouch-icon-fonts') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="pouch-icon-"], [class*=" pouch-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pouch-icon-fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

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

.pouch-icon-add:before {
  content: "\e904";
}
.pouch-icon-login:before {
  content: "\1f31d";
}
.pouch-icon-upper-right-arrow:before {
  content: "\1f31e";
}
.pouch-icon-pen:before {
  content: "\1f31b";
}
.pouch-icon-delete:before {
  content: "\e903";
}
.pouch-icon-printer:before {
  content: "\e900";
}
.pouch-icon-double-check:before {
  content: "\e901";
}
.pouch-icon-check:before {
  content: "\e902";
}
.pouch-icon-connection:before {
  content: "\e91b";
}
