@font-face {
  font-family: 'HONORSansBrand';
  font-display: swap;
  src: url('./HONORSansBrand-Regular.subset.ttf') format("truetype");
}
  
html {
  font-family: 'HONORSansBrand';
}

* {
  font-family: 'HONORSansBrand';
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
  font-family: 'HONORSansBrand';
}

textarea::-moz-placeholder,
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  font-family: 'HONORSansBrand';
}

textarea:-moz-placeholder,
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  font-family: 'HONORSansBrand';
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  font-family: 'HONORSansBrand';
}