
@font-face {
    font-family: 'DINOT';
    src: url('../fonts/Din ot/DINOT.otf') format('opentype'),
         url('../fonts/Din ot/DINOT-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DINOT';
    src: url('../fonts/Din ot/DINOT-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Hero';
    src: url('../fonts/Hero Lite/Hero.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'HeroLight';
    src: url('../fonts/Hero Lite/HeroLight-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'HeroLight';
    src: url('../fonts/Hero Lite/HeroLight-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }