@charset "UTF-8";

@font-face {
  font-family: "plassmat2";
  src:url("fonts/plassmat2.eot");
  src:url("fonts/plassmat2.eot?#iefix") format("embedded-opentype"),
    url("fonts/plassmat2.woff") format("woff"),
    url("fonts/plassmat2.ttf") format("truetype"),
    url("fonts/plassmat2.svg#plassmat2") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "plassmat2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="menu-"]:before,
[class*=" menu-"]:before {
  font-family: "plassmat2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-burger:before {
  content: "\61";
}
.menu-burger-menu:before {
  content: "\62";
}
.menu-search-1:before {
  content: "\63";
}
.menu-search-data:before {
  content: "\64";
}
