
:root {
  --content-background: #0c0f16; 
  --table-row-background: #0c0f16; 
  --table-head-background: #191d28; 

  --page-background-accent: #191d28; 
  --page-background: #191d28; 
  --footer-background: #191d28; 
  --header-background: #0e1118; 

  --content-button-background: #91001b; 
  --content-border: #91001b; 
  --login-button-background: #88051d; 
  --h1-color: #ca2f4b;  
  --accent-color: #b4203b; 
  --accent-hover: #b4203b; 
  --button-text: #fde9e9; 

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