/**
 * =============================================================================
 * KS-Semilla Icon Font: KhamaleonLab
 * -----------------------------------------------------------------------------
 * Custom icon font created with Illustrator + IcoMoon.
 *
 * Features:
 * - 28 unique icons (Group 2 v2.0)
 * - MIT Licensed, 100% free to use and modify
 * - Font-face with fallback formats: EOT, TTF, WOFF, SVG
 *
 * Usage:
 * - Add class <i class="ks-icon-name"></i>
 * - Add class <span class="ks-icon-name"></span>
 * - All icons use :before pseudo-element
 *
 * Author: KhamaleoLab - Guillermo Arturo Shikina Zapata
 * https://khamaleonlab.com
 * =============================================================================
 */
@font-face {
  font-family: 'khamaleon-studio-g2b';
  src:  url('fonts/khamaleon-studio-g2b.eot?ogd7p4');
  src:  url('fonts/khamaleon-studio-g2b.eot?ogd7p4#iefix') format('embedded-opentype'),
    url('fonts/khamaleon-studio-g2b.ttf?ogd7p4') format('truetype'),
    url('fonts/khamaleon-studio-g2b.woff?ogd7p4') format('woff'),
    url('fonts/khamaleon-studio-g2b.svg?ogd7p4#khamaleon-studio-g2b') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Apply font only to icons with class ks2-* */
i[class^="ks2b-"], i[class*=" ks2b-"],
span[class^="ks2b-"], span[class*=" ks2b-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'khamaleon-studio-g2b' !important;
  speak: never;
  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;
}

.ks2b-amazon:before {
  content: "\e900";
}
.ks2b-apple:before {
  content: "\e901";
}
.ks2b-facebook:before {
  content: "\e902";
}
.ks2b-facebook2:before {
  content: "\e903";
}
.ks2b-github:before {
  content: "\e904";
}
.ks2b-google:before {
  content: "\e905";
}
.ks2b-google2:before {
  content: "\e906";
}
.ks2b-google3:before {
  content: "\e907";
}
.ks2b-instagram:before {
  content: "\e908";
}
.ks2b-khamaleonlab:before {
  content: "\e909";
}
.ks2b-ks-semilla:before {
  content: "\e90a";
}
.ks2b-linkedin:before {
  content: "\e90b";
}
.ks2b-linkedin-khamaleonlab:before {
  content: "\e90c";
}
.ks2b-linkedin-ks-semilla:before {
  content: "\e90d";
}
.ks2b-linux:before {
  content: "\e90e";
}
.ks2b-paypal:before {
  content: "\e90f";
}
.ks2b-paypal2:before {
  content: "\e910";
}
.ks2b-pinterest:before {
  content: "\e911";
}
.ks2b-qnet:before {
  content: "\e912";
}
.ks2b-quality-net:before {
  content: "\e913";
}
.ks2b-quality-pax:before {
  content: "\e914";
}
.ks2b-quality-service:before {
  content: "\e915";
}
.ks2b-whatsapp:before {
  content: "\e916";
}
.ks2b-windows:before {
  content: "\e917";
}
.ks2b-windows2:before {
  content: "\e918";
}
.ks2b-wordpress:before {
  content: "\e919";
}
.ks2b-x:before {
  content: "\e91a";
}
.ks2b-x2:before {
  content: "\e91b";
}
