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

  --page-background-accent: #1c1c1c;
  --page-background: #1c1c1c;
  --footer-background: #1c1c1c;
  --header-background: #1c1c1c;

  --content-button-background: #750003; 
  --content-border: #750003;   
  --login-button-background: #750003;  
  --h1-color: #da5454;  
  --accent-color: #750003;  
  --accent-hover: #da5454; 
  --button-text: #fde9e9; 

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