@font-face {
  font-family: "font_savate";
  src: local("Savate-Medium"),
    url("/fonts/Savate-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "font_winky";
  src: local("WinkyRough"), url("/fonts/WinkyRough.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "font_pacifico";
  src: local("Pacifico"), url("/fonts/Pacifico.ttf") format("truetype");
  font-display: swap;
  letter-spacing: 3px;
}

@font-face {
  font-family: "font_raleway";
  src: local("Raleway"), url("/fonts/Raleway.ttf") format("truetype");
  font-display: swap;
}

.font-savate {
  font-family: "font_savate";
}

.font-winky {
  font-family: "font_winky";
}

.font-pacifico {
  font-family: "font_pacifico";
}

.font-raleway {
  font-family: "font_raleway";
}

.font-regular {
  font-weight: 400;
}

.font-underline {
  text-decoration: underline;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.font-label {
  font-weight: bold;
  font-family: "font_raleway";
}

.price::before {
  content: '\20B9';
  /* The CSS escape code for the Indian Rupee sign */
  /* Add optional styling like margin-right for spacing */

}