:root {
	--bg: #F8F7F4;
	--text: #1C1C1C;
	--muted: #6E6A64;
	--line: rgba(28,28,28,.10);
	--line-strong: rgba(28,28,28,.16);
	--accent: #B6544B;
	--accent-soft: rgba(182,84,75,.10);
	--card: #FCFBF8;
	--max: 1280px;
	--radius: 22px;
	--shadow: 0 10px 30px rgba(28,28,28,.05);
}