.theme-carbon {
  background:
    radial-gradient(circle at top center, rgba(255,255,255,.04), transparent 30%),
    linear-gradient(
      180deg,
      #050505 0%,
      #0d1117 50%,
      #111827 100%
    );

  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.theme-carbon::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.02),
      transparent
    );
  pointer-events: none;
}

.theme-carbon > * {
  position: relative;
  z-index: 2;
}

.theme-carbon .section-heading {
  color: #ffffff;
}

.theme-carbon .section-text {
  color: rgba(255,255,255,.70);
}

.theme-carbon .card-glass {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
}

.theme-carbon .card-stylist {
  background: linear-gradient(180deg, #111827, #030712);
}

.theme-carbon .icon svg,
.theme-carbon .kt-info-svg-icon svg {
  opacity: .88;
}