
:root {
  --content-background: #0e1122; 
  --table-row-background: #0e1122;  
  --table-head-background: #0b1530;     

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

  --content-button-background: #0072c9; 
  --content-border: #0072c9;  
  --login-button-background: #0072c9;   
  --h1-color: #178feb;
  --accent-color: #0072c9; 
  --accent-hover: #178feb;  
  --button-text: #fde9e9; 

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