
@charset "UTF-8";

@font-face {
  font-family: "milchshake";
  src:url("font/milchshake.eot");
  src:url("font/milchshake.eot?#iefix") format("embedded-opentype"),
    url("font/milchshake.ttf") format("truetype"),
    url("font/milchshake.svg#milchshake") format("svg"),
    url("font/milchshake.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "milchshake";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

[class^="custom-"]:before,
[class*=" custom-"]:before {
  font-family: "milchshake";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}


.custom-shake:before {
  content: "a";
}

.custom-at-email:before {
  content: "b";
}

