
:root {
 --page-background-accent: #080b1c;  
  --page-background: #080b1c;  
  --footer-background: #080b1c;  
  --header-background: #080b1c; 
  --content-background: #0c132f; 
  --table-row-background: #0c132f;
  --table-head-background: #1a2966;  
  --button-text: #ffffff; 
  --content-border: #5b35e9; 
  --accent-color: #907cd1;  
  --accent-hover: #5b35e9;    
  --login-button-background: #5b35e9;    
  --signup-button-background: transparent; 
  --signup-button-border: #ffffff;  
  --signup-button-text: #ffffff; 
  --login-button-text: #ffffff;  
  --hero-text-background: #080b1cb4; 
  
  --text-color: #f8eded; 
  --muted-text: #f8eded;  
  --footer-link-colour: rgb(253, 245, 245);
  --hero-radius: 22px;
  --content-radius: 20px;
  --page-width: 1300px;
  --text-width: 1000px;
}
