:root {
	--thm-base: #272828;
	--thm-black: #000;
	--thm-bg-primary: #343638;
	--thm-bg-success: #28a745;
	--thm-danger: #e85347;
	--thm-bg-selection: #B29161;
	--thm-border-primary: #B29161;
	--thm-btn-primary: #B29161;
	--thm-btn-primary-text: #000;
	--thm-btn-success: #28a745;
	--thm-border-selection: #B29161;
	--thm-text-primary: #B29161;
	--thm-text-selection: #B29161;
	--thm-text-dark: #000;
	--thm-text-gray: #596985;
	--thm-light: #dee2e6;
	--thm-bg-gray: #596985;
	--thm-popa-window-bg: #000;
	--thm-popa-window-text: #fff;
}

.bright a.main-promotion-cta {
	background: var(--thm-btn-primary-text) !important;
	border-color: var(--thm-btn-primary-text) !important;
	color: #fff !important;
}


