@font-face {
    font-family: 'Mazzard';
    src: url('../MazzardH-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Mazzard';
    src: url('../MazzardH-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Mazzard';
    src: url('../MazzardH-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Mazzard';
    src: url('../MazzardH-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Mazzard';
    src: url('../MazzardH-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Mazzard';
    src: url('../MazzardH-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Mazzard';
    src: url('../MazzardH-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
  }