
:root {
  --content-background: #031914;
  --table-row-background: #031914;
  --table-head-background: #031914;

  --page-background-accent: #081d18; 
  --page-background: #081d18; 
  --footer-background: #081d18; 
  --header-background: #031914;

  --content-button-background: #0e8803; 
  --content-border: #0e8803; 
  --login-button-background: #821507;
  --h1-color: #fde9e9;  
  --accent-color: #821507;  
  --accent-hover: #9c2414; 
  --button-text: #fde9e9; 

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