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

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.inter-thin {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.active {
  color: rgb(129 140 248 / 1)
}

svg {
  color: #818cf8;
}