
:root {
  --content-background: #182c51;
  --table-row-background: #182c51; 
  --table-head-background: #1a325e; 

  --page-background-accent: #1a325e; 
  --page-background: #1a325e; 
  --footer-background: #1a325e; 
  --header-background: #182c51; 

  --content-button-background: #9fbe01; 
  --content-border: #9fbe01;  
  --login-button-background: #9fbe01;  
  --h1-color: #9fbe01; 
  --accent-color: #8ca30b;  
  --accent-hover: #cbf00a; 
  --button-text: #030303; 

  --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: #0a0e17b2;
  
  --text-color: #f8eded; 
  --footer-link-colour: rgb(253, 245, 245); 
  --hero-radius: 22px;
  --content-radius: 20px;
  --page-width: 1300px;
  --text-width: 1000px;
}
