
:root {
  --content-background: #000d25; 
  --table-row-background: #000d25; 
  --table-head-background: #000d25; 

  --page-background-accent: #00143a; 
  --page-background: #00143a; 
  --footer-background: #00143a; 
  --header-background: #0a2d6f;

  --content-button-background: #0080ca; 
  --content-border: #0080ca;  
  --login-button-background: #b15e00; 
  --h1-color: #fde9e9;  
  --accent-color: #b15e00; 
  --accent-hover: #965813; 
  --button-text: #fde9e9; 

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