
:root {
  --content-background: #010c0e; 
  --table-row-background: #010c0e; 
  --table-head-background: #010c0e; 

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

  --content-button-background: #c60216; 
  --content-border: #13cc3b;   
  --login-button-background: #019120; 
  --h1-color: #65df7f; 
  --accent-color: #019120; 
  --accent-hover: #019120;  
  --button-text: #fde9e9; 

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