/* fonts.css */
@font-face {
    font-family: 'eina';
    src: url('Eina01-Bold.ttf') format('truetype');
    /* src: url('../fonts/Eina01-Bold.ttf') format('truetype'); */
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'gt-walsheim-pro';
    src: url('GTWalsheimPro-Regular.ttf') format('truetype');
    /* src: url('../fonts/GTWalsheimPro-Regular.woff') format('truetype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  