<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: "Merriweather", serif;

	/* Shopfarben */
	--primary-brand: #080808;
	--primary-color: #F2F0F0;
	--primary-color-light: #EDF3F7;
	--primary-color-text: #080808;
	--secondary-color: linear-gradient(to right, #EB551D , #FDC700);
	--secondary-color-light: linear-gradient(to right, #F5DCD6 , #F9F1D5);
	--secondary-color-text: #FFFBFA;
	--secondary-text-color: #E62D00;
	--accent-color: #1673D8;
	--accent-color-text: #fff;
	--fertig-color-button: #F2F0F0;

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

	--btn1BgHover: #666666;
	--btn1ColorHover: #fff;
	--btn1BorderColorHover: #525252;

	/*	Farben Sekundär-Button	für Mass-Sachen	*/
	--btn2Bg: linear-gradient(to right, #EB551D , #FDC700);
	--btn2Color: #FFFBFA;
	--btn2BorderColor: transparent;

	--btn2BgHover: linear-gradient(to right, #EB551D , #FDC700);
	--btn2ColorHover: #FFFBFA;
	--btn2BorderColorHover: #ef8a00;

	/*	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: #EDF3F7;
	--btn4ColorDisabled: #ABABAB;

	/*	Farben Accent Button	*/
	--btn5Bg: linear-gradient(to right, #F5DCD6 , #F9F1D5);
	--btn5Color: #E62D00;
	--btn5BorderColor: transparent;

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

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