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

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

  --content-button-background: #af0b02; 
  --content-border: #af0b02; 
  --login-button-background: #af0b02; 
  --h1-color: #fde9e9;  
  --accent-color: #be1006;  
  --accent-hover: #e2433b; 
  --button-text: #fde9e9; 

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