@font-face {
  font-family: "theme-icons";
  src: url("../fonts/theme-icons/theme-icons.ttf?7zl0i0") format("truetype"), url("../fonts/theme-icons/theme-icons.woff?7zl0i0") format("woff"), url("../fonts/theme-icons/theme-icons.svg?7zl0i0#theme-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "theme-icons" !important;
  speak: none;
  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;
  display: inline-block;
}

.icon-chevron-left:before {
  content: "\e907";
}

.icon-chevron-right:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-bars:before {
  content: "\e905";
}

.icon-navicon:before {
  content: "\e905";
}

.icon-reorder:before {
  content: "\e905";
}

.icon-elipsis:before {
  content: "\e90e";
}

@font-face {
  font-family: "karla";
  src: url("../fonts/karla/karla-regular.woff2") format("woff2"), url("../fonts/karla/karla-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "karla";
  src: url("../fonts/karla/karla-bold.woff2") format("woff2"), url("../fonts/karla/karla-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}