@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700,800,900&display=swap');

html, body {
  font-family: "Inter", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.text-indigo {
  color: var(--bs-indigo);
}

.text-orange {
  color: var(--bs-orange);
}

.btn {
  border-width: 2px !important;
}

.form-label {
  font-weight: bold;
}

.scroll-details-70 {
  overflow-y: auto;
  position: relative;
  height: 70vh;
}

.scroll-details-75 {
  overflow-y: auto;
  position: relative;
  height: 75vh;
}

.scroll-details-80 {
  overflow-y: auto;
  position: relative;
  height: 80vh;
}