@import "variables";

@font-face {
  font-family: 'pouch-icon-fonts';
  src:  url('@{icomoon-font-path}/pouch-icon-fonts.eot?fkh7z7');
  src:  url('@{icomoon-font-path}/pouch-icon-fonts.eot?fkh7z7#iefix') format('embedded-opentype'),
    url('@{icomoon-font-path}/pouch-icon-fonts.ttf?fkh7z7') format('truetype'),
    url('@{icomoon-font-path}/pouch-icon-fonts.woff?fkh7z7') format('woff'),
    url('@{icomoon-font-path}/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: @pouch-icon-add;
  }
}
.pouch-icon-login {
  &:before {
    content: @pouch-icon-login;
  }
}
.pouch-icon-upper-right-arrow {
  &:before {
    content: @pouch-icon-upper-right-arrow;
  }
}
.pouch-icon-pen {
  &:before {
    content: @pouch-icon-pen;
  }
}
.pouch-icon-delete {
  &:before {
    content: @pouch-icon-delete;
  }
}
.pouch-icon-printer {
  &:before {
    content: @pouch-icon-printer;
  }
}
.pouch-icon-double-check {
  &:before {
    content: @pouch-icon-double-check;
  }
}
.pouch-icon-check {
  &:before {
    content: @pouch-icon-check;
  }
}
.pouch-icon-connection {
  &:before {
    content: @pouch-icon-connection;
  }
}

