/* Gemeinsame Basis für alle LP-Bausteine (Farbvariablen, Grundschrift).
   Pro Baustein kommt das eigentliche Layout-CSS aus dessen eigenem style-index.css. */
:root {
	--lpb-ink: #16181d;
	--lpb-paper: #f4f2ee;
	--lpb-accent: #2e6be6;
}
