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