:root {
  --bs-font-family-heading: 'Outfit', sans-serif;
}

.header-background {
  background-image: url("../../assets/img/illustrations/PHOTO-SOLUTIONS.png");
  height: 100px;
}

.solutions-image2 {
  background-image: url("../../assets/img/illustrations/VIGNETTES-SOLUTION.png");
}

.index-image {
  background-image: url("../../assets/img/illustrations/SLIDE1-ARAMIS.jpg");
  width: 100%;
}

.toggler-custom.active {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #2cff3c;
  border-radius: 0.5rem;
}

:root {
  --yellow: #FFF275;
}

.overflow-scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

.overflow-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
  background: linear-gradient(to bottom, #500d81, #2e003e, #000000);
  border-radius: 12px;
}

.overflow-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
  background: #fff;
  border-radius: 12px;
  border: 2px solid #2e003e;
}

