:root {
  --LibreBaskerville: 'Libre Baskerville', serif;
  --OpenSans: 'Open Sans', sans-serif;
  --PTSans: 'PT Sans', sans-serif;
  --Radley: 'Radley', serif;

  --primary: rgb(26, 71, 137);
  --secondary: #D6A83F;
  --light-blue: #1A92E9;
  --white: #fff;
  --black: #000;

  --text-color-1: #fff;
  --text-color-2: #000;
  --text-color-3: grey;
  --text-color-primary: var(--primary);
  --text-color-secondary: var(--secondary);
  

  --NormalFont: 16px;
  
  font-family: var(--OpenSans);
  font-size: var(--NormalFont);
  color: var(--text-color-3);
}