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

[class^="vh-"], [class*=" vh-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Nus-ONE' !important;
  speak: never;
  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;
}

.vh-external-icon:before {
  content: "\e901";
  color: #003d7c;
}
.vh-star-icon:before {
  content: "\e902";
}
.vh-clock-icon:before {
  content: "\e903";
}
.vh-anchor-icon:before {
  content: "\e900";
}
