/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/

.bg-gradient-text-headline {
  background-image: linear-gradient(to right, #1e5eff, #9ec5ff);
}

.bg-gradient-text-title {
  background-image: linear-gradient(to right, #e5e7eb, #b6d4ff, #f9fafb, #8bb8ff, #e5e7eb);
}

.bg-gradient-button-primary {
  background-image: linear-gradient(to top, #1f5eff, #2b7fff);
}

.bg-gradient-button-secondary {
  background-image: linear-gradient(rgb(31, 41, 55), rgba(31, 41, 55, 0.6));
}

.bg-footer-discord {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(31, 41, 55, 0.5), rgba(31, 41, 55, 0));
}

.bg-gradient-card {
  background-image: linear-gradient(to right bottom, rgba(17, 24, 39, 0.5), rgba(31, 41, 55, 0.25), rgba(17, 24, 39, 0.5))
}

.headline::before,
.headline::after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(199, 210, 254, 0.5));
}

.before-border::before,
.before-border-wh::before {
  background: linear-gradient(to right, #1f2937, #374151, #1f2937) border-box;
}

.before-border-wh::after {
  opacity: 0;
  background: linear-gradient(to right, rgba(43, 127, 255, 0.5), rgb(43, 127, 255), rgba(43, 127, 255, 0.5));
}