@charset "UTF-8";

/* panel-font */
@font-face {
  font-family: "panel-font";
  src:url("https://file.myfontastic.com/DCGTgB4mTJXfQAVznNEbjR/fonts/1509304100.eot");
  src:url("https://file.myfontastic.com/DCGTgB4mTJXfQAVznNEbjR/fonts/1509304100.eot?#iefix") format("embedded-opentype"),
    url("https://file.myfontastic.com/DCGTgB4mTJXfQAVznNEbjR/fonts/1509304100.woff") format("woff"),
    url("https://file.myfontastic.com/DCGTgB4mTJXfQAVznNEbjR/fonts/1509304100.ttf") format("truetype"),
    url("https://file.myfontastic.com/DCGTgB4mTJXfQAVznNEbjR/fonts/1509304100.svg#1509304100") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "panel-font" !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^="panicon-"]:before,
[class*=" panicon-"]:before {
  font-family: "panel-font" !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;
}

.panicon-down-arrow:before {
  content: "\61";
}
.panicon-bee:before {
  content: "\62";
}
.panicon-peach:before {
  content: "\63";
}
.panicon-queen:before {
  content: "\64";
}
.panicon-001-like:before {
  content: "\65";
}
.panicon-002-like-1:before {
  content: "\66";
}
.panicon-003-engagement-ring:before {
  content: "\67";
}
.panicon-004-demon:before {
  content: "\68";
}
.panicon-001-open-book:before {
  content: "\69";
}
.panicon-002-music-player:before {
  content: "\6a";
}
.panicon-003-technology:before {
  content: "\6b";
}
