@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.inter_font {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-style: normal;
}
.active{
  background-color: rgba(250,204,21,1);
  color: black;
}