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

  --page-background-accent: #1b1e29; 
  --page-background: #1b1e29; 
  --footer-background: #1b1e29; 
  --header-background: #1b1e29; 

  --content-button-background: #d39104; 
  --content-border: #d39104; 
  --login-button-background: #d39104; 
  --h1-color: #fde9e9;  
  --accent-color: #d39104;   
  --accent-hover: #e2a728; 
  --button-text: #fde9e9; 

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