
:root {
  --content-background: #161719; 
  --table-row-background: #161719; 
  --table-head-background: #2c2d30; 

  --page-background-accent: #08090a; 
  --page-background: #08090a; 
  --footer-background: #08090a; 
  --header-background: #08090a; 

  --content-button-background: #158a5d; 
  --content-border: #158a5d; 
  --login-button-background: #158a5d; 
  --h1-color: #fde9e9;  
  --accent-color: #28ab79;  
  --accent-hover: #158a5d; 
  --button-text: #fde9e9; 

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