@font-face {
  font-family: "Limoncello Recipe";
  /* Updated to use the correct path to the font file in public/fonts */
  src: local("Limoncello Recipe Regular"), local("Limoncello-Recipe-Regular"), url("/fonts/LimoncelloRecipe.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
