  @font-face {
     font-family: 'Inter';
     src: url('/assets/Inter/static/Inter_24pt-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
   }
   
   @font-face {
     font-family: 'Inter';
     src: url('/assets/Inter/static/Inter_24pt-Medium.ttf') format('truetype');
     font-weight: medium;
     font-style: medium;
   }
   @font-face {
     font-family: 'Inter';
     src: url('/assets/Inter/static/Inter_24pt-SemiBold.ttf') format('truetype');
     font-weight: semi-bold;
     font-style: semi-bold;
   }
   @font-face {
     font-family: 'Inter';
     src: url('/assets/Inter/static/Inter_24pt-Bold.ttf') format('truetype');
     font-weight: bold;
     font-style: bold;
   }
 
  
  /* Add additional font weights and styles as needed */
  