
:root {
  --content-background: #180436; 
  --table-row-background: #180436;  
  --table-head-background: #300f61; 

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

  --content-button-background: #9d4bef;
  --content-border: #f3f3f3;  
  --login-button-background: #9d4bef; 
  --h1-color: #f8f8f8; 
  --accent-color: #e0ddeb; 
  --accent-hover: #3307aa; 
  --button-text: #fde9e9; 

  --signup-button-background: transparent; 
  --table-head-text-color: #e6e4df; 
  --signup-button-border: #ffffff;  
  --signup-button-text: #ffffff; 
  --login-button-text: #fffefe;  
  --hero-text-background: #18043693; 
  
  --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;
}
