@font-face {
  font-family: 'omie-custom-icons';
  src: url('/stylesheets/fonts/omie-custom-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="omie-custom-icon"], [class*=" omie-custom-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'omie-custom-icons' !important;
  speak: never;
  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;
}

.omie-custom-icon-omie:before {
  content: "\e906";
}
.omie-custom-icon-money-in:before {
  content: "\e904";
}
.omie-custom-icon-money-out:before {
  content: "\e905";
}
.omie-custom-icon-pix:before {
  content: "\e903";
}
.omie-custom-icon-fiscal:before {
  content: "\e902";
}
.omie-custom-icon-consignado:before {
  content: "\e901";
}
.omie-custom-icon-accountant:before {
  content: "\e900";
}
