:root {
	--main-color: #c7272a;
	--secondary-color: #d5a0a133;
	--main-color-buttons: #c7272a;
	--main-color-hover: #77070a;
}

html[data-bs-theme="dark"] {
	--striped-1: #262626;
	--text-color: #CCC;
	--forms-bg: #212121;
	--borders: #997f4f66;
	--text-light: #999;
	--text-strong: #CCC;
	--background: #121212;
}

html[data-bs-theme="light"] {
	--striped-1: #f8f8f8;
	--text-color: #444;
	--forms-bg: #FFF;
	--borders: #CCC;
	--text-light: #444;
	--text-strong: #999;
	--background: #f8fff8;
}