
:root {
  --content-background: #fbfbfb; 
  --table-row-background: #fbfbfb; 
  --table-head-background: #fbfbfb; 

  --page-background-accent: #eef2fe; 
  --page-background: #eef2fe;  
  --footer-background: #eef2fe; 
  --header-background: #eef2fe; 

  --content-button-background: #a24aec; 
  --content-border: #721eb6; 
  --login-button-background: #721eb6;
  --h1-color: #721eb6;  
  --accent-color: #721eb6;  
  --accent-hover: #8439c2;  
  --button-text: #fde9e9; 

  --signup-button-background: transparent; 
  --table-head-text-color: #050400; 
  --signup-button-border: #721eb6;   
  --signup-button-text: #721eb6; ; 
  --login-button-text: #f0e7e7;  
  --hero-text-color: #ffffff; 
  --hero-text-background: #8439c29d;  
  
  --text-color: #000000; 
  --footer-link-colour: rgb(7, 0, 0); 
  --hero-radius: 22px;
  --content-radius: 20px;
  --page-width: 1300px;
  --text-width: 1000px;
}
