body {
	--theme-primary-color: #D34416;
	--theme-primary-color-50: #D3441680;
	--theme-available-stroke: #D34416;
	--theme-not-available-stroke: #ffffff;
}

.theme-button.light-bg-mod {
	color: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
}

.theme-button.light-bg-mod:hover,
.theme-button.light-bg-mod:focus {
	background-color: var(--theme-primary-color);
	border-color: var(--theme-primary-color);
	color: #fff;
}