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