/* Пастельная схема */
:root, .scheme-pastel{
	--color-bg:#fdfaf7;
	--color-bg-soft:#f6ecea;
	--color-text:#4a3b3a;
	--color-text-muted:#7a6664;
	--color-heading:#3d2a2a;
	--color-line:#e8dcd9;
	--color-accent:#c48b8b;
	--color-accent-strong:#a76c6c;
	--color-accent-soft:#f2d9d5;
}
