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

[class^="fb-icon-"], [class*=" fb-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'foodbutik' !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;
}

.fb-icon-check-circle:before {
  content: "\e900";
}
.fb-icon-add-circle:before {
  content: "\e901";
}
