* {
  --primary-color: #0693e3;
  --primary-color-rgb: 53, 78, 51;
  --secondary-color: #0693e3;
  --secondary-color-rgb: 121, 141, 122;
  --background: #ffffff;
  --title-font-color: #0693e3;
  --body-font-color: #0693e3;
  --dark-body-font-color: rgba(255, 255, 255, .75);
  --bg-color-even: #ffffff;
  --bg-color-odd: #ffffff;
  --bg-dark-1: #0693e3;
  --bg-dark-1-rgb: 53, 78, 51;
  --bg-dark-2: #0693e3;
  --bg-dark-3: #0693e3;
  --bg-dark-3-rgb: 46, 69, 44;
  --bg-grey: #ffffff;
  --bg-light: #ffffff;
}