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

  --page-background-accent: #121121;
  --page-background: #121121;
  --footer-background: #121121;
  --header-background: #0a0a14; 

  --content-button-background: #069425; 
  --content-border: #1ed546;  
  --login-button-background: #e63d0a; 
  --h1-color: #fde9e9;  
  --accent-color: #eb4512;  
  --accent-hover: #e26640; 
  --button-text: #fde9e9; 

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