@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap');

.inter{
  font-family: 'Inter', sans-serif;
}


.active {
  color: #0E7A81;
  background-color: rgba(14, 122, 129, 0.1);
  border-radius: 50px;
  border: solid 1px;
 
}