[data-theme="light"] {
	--color-primary: #ea5959;
	--color-primary-content: #ffffff;
	--color-secondary: #f98b60;
	--color-secondary-content: #ffffff;
	--color-accent: #ffc057;
	--color-accent-content: #4a3200;
}

.primary-color {
	background: #ea5959 !important;
}

.second-color {
	background: #f98b60 !important;
}

.third-color {
	background: #ffc057 !important;
}

.fourth-color {
	background: #ffe084 !important;
}

.tooltip-marker {
	font-family: inherit;
}
