* {
  /* --primary-color: #F05B27;
  --primary-color-rgb: 240, 91, 39;
  --secondary-color: #0271BB;
  --secondary-color-rgb: 2, 113, 187; */
  --primary-color: #0271BB;
  --primary-color-rgb: 2, 113, 187;
  --secondary-color: #F05B27;
  /* --secondary-color: #e89b7f; */
  --secondary-color-rgb: 240, 91, 39;
  --background: #F8FBF3;
  --title-font-color: #000;
  --body-font-color: #000;
  --dark-body-font-color: rgba(255, 255, 255, .75);
  --dark-body-font-color2: rgba(2, 113, 187);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  /* --bg-dark-1: #354e33; */
  --bg-dark-1: #D9E8E8;
  --bg-dark-1-rgb: 53, 78, 51;
  --bg-dark-2: #2a3e28;
  --bg-dark-3: #2e452c;
  --bg-dark-3-rgb: 46, 69, 44;
  --bg-grey: #F0F1F3;
  --bg-light: #E1EBE2;
  --bg-primary-subtle: #f7f7f7;
  --bg-secondary-subtle: #f4b29a;
}