@font-face {
  font-family: "essentials";
  src: url("../font/essentials.eot");
  src: url("../font/essentials.eot?1ibg4a#iefix") format("embedded-opentype"),
      url("../font/essentials.woff2?1ibg4a") format("woff2"),
      url("../font/essentials.woff?1ibg4a") format("woff"),
      url("../font/essentials.ttf?1ibg4a") format("truetype"),
      url("../font/essentials.svg?1ibg4a#essentials") format("svg");
  font-style: normal;
  font-weight: 400;
}

.essential {
  display: inline-block;
  font-family: "essentials" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.essential-alert::before {
  content: "\ea01";
}
.essential-check::before {
  content: "\ea02";
}
.essential-information::before {
  content: "\ea03";
}
.essential-warning::before {
  content: "\ea04";
}
