
:root {
  --content-background: #080b10; 
  --table-row-background: #080b10; 
  --table-head-background: #191d24; 

 --page-background-accent: #191d24; 
  --page-background: #191d24;  
  --footer-background: #191d24;   
  --header-background: #191d24; 

  --content-button-background: #ed8911; 
  --content-border: #ed8911; 
  --login-button-background: #ed8911;  
  --h1-color: #ed8911; 
  --accent-color: #ff9900c5; 
  --accent-hover: #ed8911;   
  --button-text: #fde9e9; 

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