
:root {
  --content-background: #09080d; 
  --table-row-background: #09080d; 
  --table-head-background: #09080d; 

  --page-background-accent: #1c1a24; 
  --page-background: #1c1a24; 
  --footer-background: #1c1a24; 
  --header-background: #4f21e6; 

  --content-button-background: #7ebb05; 
  --content-border: #4f21e6;  
  --login-button-background: #7ebb05;
  --h1-color: #fde9e9;  
  --accent-color: #7ebb05;  
  --accent-hover: #4a5314; 
  --button-text: #fde9e9; 

  --signup-button-background: transparent; 
  --table-head-text-color: #e6e4df; 
  --signup-button-border: #ffffff;  
  --signup-button-text: #ffffff; 
  --login-button-text: #000000;  
  --hero-text-color: #ffffff; 
  --hero-text-background: #09080dbe; 
  
  --text-color: #f8eded; 
  --footer-link-colour: rgb(253, 245, 245); 
  --hero-radius: 22px;
  --content-radius: 20px;
  --page-width: 1300px;
  --text-width: 1000px;
}
