@font-face {
  font-family: 'anycook';
  src:  url('fonts/anycook.eot?xpusdb');
  src:  url('fonts/anycook.eot?xpusdb#iefix') format('embedded-opentype'),
    url('fonts/anycook.ttf?xpusdb') format('truetype'),
    url('fonts/anycook.woff?xpusdb') format('woff'),
    url('fonts/anycook.svg?xpusdb#anycook') 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: 'anycook' !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;
}

.icon-anycook-logo:before {
  content: "\e900";
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */

.icon-new-icon {
  width: 1.25em;
}
