/* website4 brand tokens
   Change the brand green here and the site will follow. */

:root {
  --color-brand-green: #50d6b9;
  /* Fallbacks only. brand-theme-sync.js derives these from --color-brand-green. */
  --color-brand-green-rgb: 118, 185, 0;
  --color-brand-green-dimmed: #eff7e0;
  --color-brand-green-deep: #263b00;
  --cloud-gradient: linear-gradient(
    114deg,
    #17181f -5.47%,
    rgba(15, 15, 15, 0.92) 20.06%,
    var(--color-brand-green) 94.56%
  );
  --cloud-stage-gradient: radial-gradient(
    209.95% 398.41% at 50% 50.02%,
    var(--color-brand-green) 9.28%,
    var(--color-brand-green-deep) 23.56%
  );
}
