
:root {
  --content-background: #001113; 
  --table-row-background: #001113; 
  --table-head-background: #011919; 

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

  --content-button-background: #2eb24b; 
  --content-border: #2eb24b;  
  --login-button-background: #2eb24b;  
  --h1-color: #2eb24b; 
  --accent-color: #054213; 
  --accent-hover: #2eb24b; 
  --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: #011919b6; 
  
  --text-color: #f8eded; 
  --footer-link-colour: rgb(253, 245, 245); 
  --hero-radius: 22px;
  --content-radius: 20px;
  --page-width: 1300px;
  --text-width: 1000px;
}
