@charset "UTF-8";

/*
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Copyright 2020 Brandio.
 */

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

}

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

.hox{
  display: inline-block;
  font-family: "hostbox" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}

.hox-box:before {
  content: "\61";
}
.hox-box-open:before {
  content: "\62";
}
.hox-screen:before {
  content: "\63";
}
.hox-secure:before {
  content: "\64";
}
.hox-server:before {
  content: "\65";
}
.hox-upload:before {
  content: "\66";
}
.hox-tick:before {
  content: "\67";
}