/* Onest Font */
@font-face {
    font-family: 'Onest';
    src: url('onest-regular.woff2') format('woff2'),
         url('onest-regular.woff') format('woff'),
         url('onest-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Onest';
    src: url('onest-bold.woff2') format('woff2'),
         url('onest-bold.woff') format('woff'),
         url('onest-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  /* Bai Jamjuree Font */
  @font-face {
    font-family: 'Bai Jamjuree';
    src: url('baijamjuree-regular.woff2') format('woff2'),
         url('baijamjuree-regular.woff') format('woff'),
         url('baijamjuree-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

/* Gloria Hallelujah local font (copied from Evaluation project) */
@font-face {
  font-family: 'Gloria Hallelujah';
  src: url('gloriahallelujah-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
