
:root {
  --content-background: #08111e; 
  --table-row-background: #08111e; 
  --table-head-background: #152034;  

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

  --content-button-background: #cf6e1f; 
  --content-border: #fda964; 
  --login-button-background: #cf6e1f;
  --h1-color: #fda964;  
  --accent-color: #5680dd; 
  --accent-hover: #0d3ba0;  
  --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: #152034c5; 
  
  --text-color: #f8eded; 
  --footer-link-colour: rgb(253, 245, 245); 
  --hero-radius: 22px;
  --content-radius: 20px;
  --page-width: 1300px;
  --text-width: 1000px;
}
