
@font-face {
  font-family: 'H1-Regular';
  src: url('../fonts/H1-Regular.eot');
  src: url('../fonts/H1-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/H1-Regular.woff2') format('woff2'),
       url('../fonts/H1-Regular.woff') format('woff'),
       url('../fonts/H1-Regular.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'H1-Regular';
  src: url('../fonts/H1-SemiBold.eot');
  src: url('../fonts/H1-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/H1-SemiBold.woff2') format('woff2'),
       url('../fonts/H1-SemiBold.woff') format('woff'),
       url('../fonts/H1-SemiBold.ttf') format('truetype');
      
  font-weight: bold;
  font-style: normal;
}



@font-face {
  font-family: 'H1-Bold';
  src: url('../fonts/H1-Bold.eot');
  src: url('../fonts/H1-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/H1-Bold.woff2') format('woff2'),
       url('../fonts/H1-Bold.woff') format('woff'),
       url('../fonts/H1-Bold.ttf') format('truetype');
 
  font-weight: bold;
  font-style: normal;
}

