/**
 * TONIFY Core – globale Design-Grundlagen
 */

:root {
	--tonify-black: #000000;
	--tonify-deep-black: #070707;
	--tonify-warm-white: #e7e1d7;
	--tonify-gold: #c7a15a;
	--tonify-bronze: #7c6846;
	--tonify-muted: #a9a196;
}