@font-face {
  font-family: 'icomoon';
  src:  url('/static/fonts/cake_font/fonts/icomoon.eot?mdd001');
  src:  url('/static/fonts/cake_font/fonts/icomoon.eot?mdd001#iefix') format('embedded-opentype'),
    url('/static/fonts/cake_font/fonts/icomoon.ttf?mdd001') format('truetype'),
    url('/static/fonts/cake_font/fonts/icomoon.woff?mdd001') format('woff'),
    url('/static/fonts/cake_font/fonts/icomoon.svg?mdd001#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ic-icon-"], [class*=" ic-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 2em;
  position: relative;
  padding-right: 30px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-icon-brownie:before {
  content: "\e900";
  color: #555;
}
.ic-icon-chocolate_cake:before {
  content: "\e901";
  color: #555;
  position: absolute;
  top: 8px;
}
.ic-icon-chocolate_chip_cake:before {
  content: "\e902";
  color: #555;
  position: absolute;
  top: 8px;
}
.ic-icon-chocolate_souflee:before {
  content: "\e903";
  color: #555;
}
.ic-icon-creme_brulee:before {
  content: "\e904";
  color: #555;
}
.ic-icon-eclair:before {
  content: "\e905";
  color: #555;
}
.ic-icon-fruit_tart:before {
  content: "\e906";
  color: #555;
}
.ic-icon-macadamia_nut_cake:before {
  content: "\e907";
  color: #555;
  position: absolute;
  top: 8px;
}
.ic-icon-macarons:before {
  content: "\e908";
  color: #555;
}
.ic-icon-pound_cake:before {
  content: "\e909";
  color: #555;
}
.ic-icon-strawberry_cake:before {
  content: "\e90a";
  color: #555;
}
.ic-icon-sugar_cake:before {
  content: "\e90b";
  color: #555;
  position: absolute;
  top: 8px;
}
.ic-icon-vanilla_cake:before {
  content: "\e90c";
  color: #555;
}
