<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {

	--primaryFont: "Inter", sans-serif;
	--secondaryFont: "Inter", serif;

	/* Shopfarben */
	--primary-brand: #00226A;
	--primary-color: #00226A;
	--primary-color-light: #F0F3FA;
	--primary-color-text: #FFF;
	--secondary-color: #C70707;
	--secondary-color-light: #FAF0F0;
	--secondary-color-text: #FFF;
	--accent-color: #F35B41;
	--accent-color-text: #fff;
	--accent-color-light: #D4DAE8;

	/*	Farben Primär-Button für Standard-Sachen	*/
	--btn1Bg: #0d4ab3;
	--btn1Color: #fff;
	--btn1BorderColor: transparent;

	--btn1BgHover: #5581CB;
	--btn1ColorHover: #fff;
	--btn1BorderColorHover: #5581CB;

	/*	Farben Sekundär-Button	für Mass-Sachen	*/
	--btn2Bg: #C70707;
	--btn2Color: #fff;
	--btn2BorderColor: transparent;

	--btn2BgHover: #950000;
	--btn2ColorHover: #fff;
	--btn2BorderColorHover: transparent;

	/*	Farben Button Reset &amp; Co	*/
	--btn3Bg: #fff;
	--btn3Color: #00226A;
	--btn3BorderColor: #00226A;

	--btn3BgHover: #f6f6f6;
	--btn3ColorHover: #00226A;
	--btn3BorderColorHover: #00226A;

	/*	Farben Button Submit, Warenkorb &amp; Co	*/
	--btn4Bg: #00226A;
	--btn4Color: #fff;
	--btn4BorderColor: #00226A;

	--btn4BgHover: #00226A;
	--btn4ColorHover: #fff;
	--btn4BorderColorHover: #00226A;

	--btn4BgDisabled: #F2F2F4;
	--btn4ColorDisabled: #ABABAB;

	/*	Farben Accent Button	*/
	--btn5Bg: #F35B41;
	--btn5Color: #fff;
	--btn5BorderColor: transparent;

	--btn5BgHover: #F68572;
	--btn5ColorHover: #fff;
	--btn5BorderColorHover: transparent;

	--btn5BgDisabled: #D4DAE8;
	--btn5ColorDisabled: #F0F3FA;
}
</pre></body></html>