@import "./new-icons.css";
@import './gmt-pfm-icons.css';
@import './all.css';
@font-face {
  font-family: 'gmt-ic-icon';
  src:  url('gmt-icons/gmt-icon.eot');
  src:  url('gmt-icons/gmt-icon.eot') format('embedded-opentype'),
    url('gmt-icons/gmt-icon.ttf') format('truetype'),
    url('gmt-icons/gmt-icon.woff') format('woff'),
    url('gmt-icons/gmt-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="gmt-ic-"], [class*=" gmt-ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gmt-ic-icon' !important;
  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;
}

.gmt-ic-rate-board:before {
  content: "\e90a";
}
.gmt-ic-user:before {
  content: "\e90d";
}
.gmt-ic-digital-challenge:before {
  content: "\e900";
}
.gmt-ic-notification:before {
  content: "\e901";
}
.gmt-ic-home:before {
  content: "\e902";
}
.gmt-ic-transfer:before {
  content: "\e903";
}
.gmt-ic-pfm:before {
  content: "\e904";
}
.gmt-ic-operative-account:before {
  content: "\e905";
}
.gmt-ic-saving-account:before {
  content: "\e906";
}
.gmt-ic-loan:before {
  content: "\e907";
}
.gmt-ic-card:before {
  content: "\e908";
}
.gmt-ic-payment:before {
  content: "\e909";
}
.gmt-ic-atm-location:before {
  content: "\e90b";
}
.gmt-ic-calculator:before {
  content: "\e90c";
}
.gmt-ic-guard-in:before {
  content: "\e90e";
}
.gmt-ic-guard-out:before {
  content: "\e90f";
}
.gmt-ic-transfer-between:before {
  content: "\e910";
}
.gmt-ic-transfer-int:before {
  content: "\e911";
}
.gmt-ic-transfer-gmt:before {
  content: "\e912";
}
.gmt-ic-transfer-own:before {
  content: "\e913";
}
.gmt-ic-settings:before {
  content: "\e914";
}
.gmt-ic-password:before {
  content: "\e915";
}
.gmt-ic-info:before {
  content: "\e919";
}
.gmt-ic-logout:before {
  content: "\e91a";
}

.gmt-ic-icon {
  font-size: 1rem;
  text-decoration: none;
}
