:root {
    --thm-primary-color: #070149;
    --thm-primary-color-rgb: 7, 1, 73;
	--thm-secondary-color: #ffa809;
	--thm-optional-color: #1E3A8A;
    --thm-body-font-color: #5e5a5a;
    --thm-heading-font-color: #101015;
    --thm-black: #101015;
    --thm-black-bg: #101015;
    --thm-gray-bg: #f5f0f0;
    --thm-border-color: #eae4e4;
	--thm-white-color: #ffffff;
}