
:root {
  --content-background: #1b2936; 
  --table-row-background: #1b2936; 
  --table-head-background: #0c1620; 

  --page-background-accent: #0c1620; 
  --page-background: #0c1620; 
  --footer-background: #0c1620; 
  --header-background: #0c1620; 

  --content-button-background: #118057; 
  --content-border: #118057; 
  --login-button-background: #118057; 
  --h1-color: #fde9e9;  
  --accent-color: #118057;  
  --accent-hover: #29ad7c;  
  --button-text: #fde9e9; 

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