@font-face {
  font-family: 'Alfa Slab One'; 
  src: url('/assets/fonts/alfa-slab/AlfaSlabOne-Regular.ttf') format('truetype'); 
}


@font-face {
  font-family: 'Bungee Shade';
  src: url('/assets/fonts/bungee-shade/BungeeShade-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lobster';
  src: url('/assets/fonts/bungee-shade/Lobster.ttf') format('truetype');
}





.inter-load-txt{
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; /* Slightly lighter bold */
    font-style: normal;
    font-size:3rem; /* Increased size */
    line-height: 1.5;
    margin-bottom: 1px;
    color: #646464;
  }


  .alfa-slab-one-regular {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
  }

  .bungee-shade-regular {
    font-family: "Bungee Shade", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .inter-sub-text{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size:3rem; /* Increased size */
    font-weight: 250; /* Slightly lighter bold */
  }

  .inter-small-text{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size:1.7rem !important; /* Increased size */
    font-weight: 250; /* Slightly lighter bold */
  }

  .lobster-regular{
    font-family: "Lobster", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1em !important;
  }