@font-face {
  font-family: 'increff-fonts';
  src:
    url('./../webfonts/increff-fonts.ttf?xk9bv6') format('truetype'),
    url('./../webfonts/increff-fonts.woff?xk9bv6') format('woff'),
    url('./../svgs/increff-fonts.svg?xk9bv6#increff-fonts') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.increff-client-icons, .ine {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'increff-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;
}

.logo:before,
.increff-logo:before {
  content: "\e900";
}
.text:before,
.increff-text:before {
  content: "\e901";
}
.increff-full-text:before {
  content: "\e902";
}
.increff-image:before {
  content: "\e903";
}
.ajio-logo:before {
  content: "\e904";
}
.ajio-text:before {
  content: "\e905";
}
.puma-logo:before {
  content: "\e906";
}
.puma-text:before {
  content: "\e907";
}
.meesho-logo:before {
  content: "\e908";
}
.meesho-alt:before {
  content: "\e909";
}
