:root {
  --thm-gray: #8b827d;
  --thm-gray-rgb: 139, 130, 125;
  --thm-base: #2e3191;
  --thm-base-rgb: 60, 171, 65;
  --thm-black: #262355;
  --thm-black-rgb: 11, 61, 44;
  --thm-primary: #2f348e;
  --thm-primary-rgb: 42, 125, 46;
}