:root {

    /* re-usable Globals */
  --action-color: rgba(149, 113, 255, 1);
	
  /* Button */
  --pp-signup-button-bg:  rgb(149, 113, 255);
  --pp-signup-button-bg-dark-theme: white;
  --pp-signup-button-radius: 30px;
  --pp-signup-button-border: unset;

  /* Colors */
  --pp-color-primary: rgba(149, 113, 255, 1);
  --pp-color-main: #000000;
  --pp-color-main-dark-theme: #ffffff;

  --pp-header-background: linear-gradient(rgb(149, 113, 255), rgb(149, 113, 255));
  
}
