@font-face {
  font-family: "KumbhSans";
  font-style: normal;
  font-weight: bold;
  src: local('KumbhSans Bold'), local('KumbhSans-Bold'), url("../fonts/KumbhSans-Bold.ttf") format("truetype");
  font-display: swap; 
}@font-face {
  font-family: "KumbhSans";
  font-style: normal;
  font-weight: 500;
  src: local('KumbhSans Medium'), local('KumbhSans-Medium'), url("../fonts/KumbhSans-Medium.ttf") format("truetype");
  font-display: swap; 
}@font-face {
  font-family: "KumbhSans";
  font-style: normal;
  font-weight: 400;
  src: local('KumbhSans Regular'), local('KumbhSans-Regular'), url("../fonts/KumbhSans-Light.ttf") format("truetype");
  font-display: swap; 
}
*{
  font-family: 'KumbhSans';
}