:root {
  --thm-primary: #068FFF;
  --thm-primary-rgb: 6, 143, 255;
  --thm-heading-font-color: #4E4FEB;
  /*
   --thm-primary-rgb: 255, 94, 21;
  --thm-heading-font-color: #121213;
  --thm-black: #121213;
  --thm-black-rgb: 18, 18, 19;
  --thm-gray-bg: #f8f8f8;
  --thm-black-rgb: 131, 0, 0;
  */
  --thm-black: #000000;
  --thm-black-rgb: 0, 0, 0;
  --thm-gray-bg: #eeeeee;
  --thm-gray-bg-rgb: 238, 238, 238;
  --thm-white-rgb: 255, 255, 255;
}