@font-face {
    font-family: 'jemima';
    src: url("fonts/jemima/fonts/Jemima-Regular.ttf") format('opentype');
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'jemima';
    src: url("fonts/jemima/fonts/Jemima-Bold.ttf") format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'kieyto';
    src: url("fonts/kieyto/Kieyto.otf") format('opentype');
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'locked';
    src: url("fonts/locked_away/LockedAway-Regular.otf");
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'anou';
    src: url("fonts/snt_anouvong/SNT Anouvong Regular.otf");
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'anou';
    src: url("fonts/snt_anouvong/SNT Anouvong Bold Regular.otf");
    font-weight: 900;
    font-style: normal;
  }


  .test1 h1{
    font-family: jemima;
    font-weight: 200;
  }
  .test2 h1{
    font-family: jemima;
    font-weight: 400;
  }

  .test3 h1{
    font-family: locked;
    font-weight: 200;
  }
  .test4 h1{
    font-family: anou;
    font-weight: 200;
  }
  .test5 h1{
    font-family: anou;
    font-weight: 900;
  }

  .test5 h1{
    font-family: kieyto;
    font-weight: 200;
  }