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

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline dashed;
}

.bg-dark {
  background-color: var(--bs-black) !important;
}

.bg-darkish {
  background-color: #2f2f2f;
}

.bg-light {
  background-color: rgb(245, 245, 247) !important;
}

.bg-lighter {
  background-color: #fff !important;
}

.fw-medium {
  font-weight: 500;
}