@font-face {
  font-family: 'HD';
  src: url('./fonts/HD.woff2') format('woff2'),
       url('./fonts/HD.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'HD';
  src: url('./fonts/HD-Italic.woff2') format('woff2'),
       url('./fonts/HD-Italic.woff') format('woff');
  font-weight:  700;
  font-style:   italic;
  font-stretch: normal;
}