@import url("../shared/style.css");

:root {
  --accent: #9945ff;
  --accent-hover: #7a35cc;
  --border-accent: #9945ff;
}

.cta {
  background: linear-gradient(135deg, #9945ff, #14f195);
}

.cta a {
  background: #1a1a2e;
}

.cta a:hover,
.cta a:focus {
  background: #333;
}
