:root {
	--main-color: #ecab32;
	--secondary-color: #dbc8a7;
	--main-color-buttons: #b18127;
	--main-color-hover: #7c5b1d;
}

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: #222;
	--background: #f8f8f8;
}