:root {
  --thm-primary: #004463;
  --thm-primary-rgb: 0, 68, 99;
  --thm-secondary: #004463;
  --thm-secondary-rgb: 0, 68, 99;
  --thm-heading-font-color: #232323;
  --thm-black: #232323;
  --thm-black-rgb: 18, 18, 19;
  --thm-gray-bg: #F7F7F7;
  --thm-gray-bg-rgb: 247, 247, 247;
  --thm-white-rgb: 255, 255, 255;
  --thm-body-font-color: #323232;
  --thm-paragraph-color: #323232;
  --thm-white: #FFFFFF;
}