/**
 * TAZZANT design tokens.
 * Kept in one file so later desktop work uses the same visual language.
 */
:root {
	--tz-bg: #fff9f2;
	--tz-surface: #fff;
	--tz-text: #163b6d;
	--tz-muted: #667085;
	--tz-primary: #45c5b4;
	--tz-cta: #ff6b61;
	--tz-yellow: #ffc247;
	--tz-purple: #8b6fd1;
	--tz-green: #9dcc55;
	--tz-border: #efe7da;
	--tz-whatsapp: #25d366;
	--tz-aqua-soft: #eaf9f7;
	--tz-coral-soft: #fff0ed;
	--tz-yellow-soft: #fff6d9;
	--tz-purple-soft: #f3efff;
	--tz-green-soft: #f0f8df;
	--tz-radius-sm: 12px;
	--tz-radius-md: 18px;
	--tz-radius-lg: 26px;
	--tz-radius-pill: 999px;
	--tz-shadow-sm: 0 5px 16px rgb(22 59 109 / 6%);
	--tz-shadow-md: 0 12px 30px rgb(22 59 109 / 8%);
	--tz-content: 1180px;
	--tz-mobile-nav-height: 68px;
}
