@font-face {
    font-family: 'Spartan';
    src: url('/public/fonts/Spartan-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  /* Bold */
  @font-face {
    font-family: 'Spartan';
    src: url('/public//fonts/Spartan-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }
  
  /* Light */
  @font-face {
    font-family: 'Spartan';
    src: url('/public//fonts/Spartan-Light.woff') format('woff');
    font-weight: 300; /* Use the appropriate numerical value for the light weight */
    font-style: normal;
  }