@font-face {
    font-family: 'Guillon';
    font-weight: '500';
    font-style: normal;
    src: url('./Guillon.ttf');
  }

  @font-face {
    font-family: 'Guillon';
    font-weight: 'bold'; 
    font-style: normal;
    src: url('./GuillonBold.ttf');
  }

  @font-face {
    font-family: 'Guillon';
    font-weight: '400';
    font-style: normal;
    src: url('./GuillonRegular.ttf');
  }
