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

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

  --content-button-background: #f19200;  
  --content-border: #006798;  
  --login-button-background: #126088;  
  --h1-color: #fde9e9;  
  --accent-color: #f19200;   
  --accent-hover: #f19200;  
  --button-text: #fde9e9; 

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