@font-face {
    font-family: 'file';
    src: url('../assets/fonts/file.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'test';
    src: url('../assets/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'opensans-hebrew-condensed-regular';
    src: url('../assets/fonts/opensans-hebrew-condensed-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  #maintitle {
    opacity: 0;
    transition: ease 2s all;
  }

  #mainlogo {
    /* opacity: 0; */
    margin-top: 60vh;
    transition: ease 1.7s all;
  }
  #mainline {
    width:0px;
    transition: ease 2s all;
  }