body{
  font-family: "Inter", sans-serif;
}


.font-inter-regular{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-inter-medium{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
}

.font-inter-semibold{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
}

.font-inter-bold{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
}












