/* Geist font import */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

/* font class */
.geist-font {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* active button */

.active{
    background-color: #4A00FF;
    color: white;
}