/* [project]/src/views/website/eva/techspec/style.scss.css [app-client] (css) */
#eva-tech-spec .rounded-lg {
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-left: 25px;
  font-size: 25px;
}

#eva-tech-spec .list-disc {
  color: #dcdcdc;
}

#eva-tech-spec a {
  color: #bdbdbd;
  background-color: #454545;
}

#eva-tech-spec .text-muted-foreground {
  color: #a7aeb9;
}

#eva-tech-spec .bg-muted {
  background-color: #4139634a;
}

#eva-tech-spec .from-background {
  background: #313131;
}

#eva-tech-spec .bg-background {
  color: #9b9b9b;
  background-color: #2d2d2d;
}

#eva-tech-spec .bg-card {
  background-color: #181818;
}

#eva-tech-spec svg {
  stroke: #6455a3;
}

#eva-tech-spec code {
  color: #c9c9c9;
}

#eva-tech-spec .text-foreground {
  color: #8874dd;
}

#eva-tech-spec .from-muted\/30 {
  --tw-gradient-from: hsl(var(--muted) / .3) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: #0000004d, #181818;
}

