:root {
  --thm-primary: #EA721D;
  --thm-primary-rgb: 1,28,57;
  --thm-heading-font-color: #112571;
  --thm-black: #112571;
  --thm-black-rgb:1,28,57;
  --thm-gray-bg: #F7F7F7;
  --thm-gray-bg-rgb: 247, 247, 247;
  --thm-white-rgb: 255, 255, 255;
  --thm-body-font-color: #6F7174;
  --thm-paragraph-color: #6F7174;
}