@font-face {
  font-family: 'hr-warning';
  src:  url('fonts/hr-warning.eot?alfruh');
  src:  url('fonts/hr-warning.eot?alfruh#iefix') format('embedded-opentype'),
    url('fonts/hr-warning.ttf?alfruh') format('truetype'),
    url('fonts/hr-warning.woff?alfruh') format('woff'),
    url('fonts/hr-warning.svg?alfruh#hr-warning') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="hr-warning"], [class*=" hr-warning"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hr-warning' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hr-warning404:before {
  content: "\e900";
  color: #83bbf2;
}
.hr-warning500:before {
  content: "\e901";
  color: #83bbf2;
}
