:root {
	--tm-color-brand: #d71920;
	--tm-color-brand-strong: #b20f15;
	--tm-color-accent: #ff4d2e;
	--tm-color-surface: #ffffff;
	--tm-color-surface-muted: #f6f7f9;
	--tm-color-text: #17181c;
	--tm-color-text-muted: #68707d;
	--tm-color-border: #e3e6eb;
	--tm-color-dark-surface: #111318;
	--tm-color-dark-surface-muted: #191c23;
	--tm-color-dark-text: #f5f7fa;
	--tm-color-dark-text-muted: #b7bec9;
	--tm-color-dark-border: #303540;
	--tm-radius-sm: 8px;
	--tm-radius-md: 14px;
	--tm-radius-lg: 22px;
	--tm-shadow-sm: 0 6px 18px rgba(10, 14, 24, 0.08);
	--tm-shadow-md: 0 16px 40px rgba(10, 14, 24, 0.14);
	--tm-content-width: 1240px;
	--tm-transition-fast: 180ms ease;
}
