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

	--primaryFont: Roboto, sans-serif;
	--secondaryFont: "Roboto Slab", serif;

	/* Shopfarben */
	--primary-brand: #080808;
	--primary-color: #182C9A;
	--primary-color-light: #F0F8FE;
	--primary-color-text: #FFF;
	--secondary-color: #16A160;
	--secondary-color-light: #F3FDF9;
	--secondary-color-text: #FFF;
	--accent-color: #F35B41;
	--accent-color-text: #fff;

	/*	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: #16a160;
	--btn2Color: #fff;
	--btn2BorderColor: transparent;

	--btn2BgHover: #5CBE90;
	--btn2ColorHover: #fff;
	--btn2BorderColorHover: #5CBE90;

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

	--btn3BgHover: #f6f6f6;
	--btn3ColorHover: #080808;
	--btn3BorderColorHover: #080808;

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

	--btn4BgHover: #080808;
	--btn4ColorHover: #fff;
	--btn4BorderColorHover: #080808;

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

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

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

	--btn5BgDisabled: #F2F2F4;
	--btn5ColorDisabled: #ABABAB;
}
</pre></body></html>