:root {
    --thm-primary-color: #5171ff;
    --thm-primary-color-rgb: 81, 113, 255;
    --thm-secondary-color: #0ccfa2;
    --thm-secondary-color-rgb: 12, 207, 162;
	--thm-body-font-color: #656567;
	--thm-heading-font-color: #070e2e;
    --thm-white: #ffffff;
    --thm-black: #070e2e;
    --thm-black-bg: #091033;
    --thm-gray-bg: #eff0f5;
    --thm-border-color: #e3e4ea;
}