:root {
	--rtgw-ink: #16241f;
	--rtgw-ink-soft: #6b7a7a;
	--rtgw-line: #e3e9e8;
	--rtgw-surface: #ffffff;
	--rtgw-surface-soft: #faf1f0;
	--rtgw-accent: #c0392b;
	--rtgw-accent-dark: #96271c;
	--rtgw-accent-soft: #fbe4e1;
	--rtgw-accent-gradient: linear-gradient(135deg, #c0392b 0%, #96271c 100%);
	--rtgw-danger: #dc2626;
	--rtgw-success: #16a34a;
	--rtgw-radius: 12px;
	--rtgw-radius-sm: 8px;
	--rtgw-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 30px -14px rgba(60, 20, 15, 0.35);
	--rtgw-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, Helvetica, Arial, sans-serif;
}
