:root {
	/* Links / Button */
	--text-brand: #a98c29;
	--container-brand: #a98c29;
	--border-brand: #a98c29;

	/* Links / Button on interact */
	--text-brand-hover: #bfa752;
	--border-brand-hover: #bfa752;
	--container-brand-hover: #bfa752;

	--container-primary: #f2f2f2;

	/* Section container and table */
	--container-secondary: #faf8f0;
	--table-header: #e1d29e;

	/* Back To Top */
	--text-inverse-secondary: #f3f2f1;

	/* Footer Line */
	--border-inverse-subtle: #cbb873;
}

b.text-color-primary {
	--text-primary: #563e32;
}

.background-color-container-secondary.px-4.py-4 {
	--container-secondary: #eee7d7;
}