@font-face{
    font-family:"brown-local";
    font-display:auto;
    src:url('fonts/brown-bold-webfont.woff2') format('woff2');
    font-weight:700;
    font-style:normal;}
@font-face{font-family:"brown-local";
           font-display:auto;
           src:url('fonts/brown-light-webfont.woff2') format('woff2');
           font-weight:300;
           font-style:normal;}
@font-face{font-family:"brown-local";
           font-display:auto;
           src:url('fonts/brown-regular-webfont.woff2') format('woff2');
           font-weight:400;
           font-style:normal;}
:root {
    
    --schriftarten: brown-local, system-ui;
    
/*    --color-sehr-dunkel: #7b5158;
    --color-dunkel: #9c6871;
    --color-hell: #caa1a6;
    --color-sehr-hell:#e4c7ca;
    --color-subtle:#f7eeef;*/
    --color-grau: #eff2f9;
    --color-hinweis: #ff751a;
    --color-hinweis-dunkel: #e65c00;
    --color-hinweis-hell: #ff944d;
    --color-noe-gelb: #FFD400;
    --color-primary-button-text: white;
    --color-primary-button-bg: #6c74a3;
    --color-primary-outline-button-bg: #6c74a3;
    
    
    --color-bg-guest: white;
    --color-bg-app: white;
    --color-bg-nav: white;  
    
    --footer-line-height:30px;
    --footer-height:60px;
    --footer-height-mobile:90px;
    --footer-bg-color:#9cacd9;
    --footer-text-color:black;
    
/*    	--acf_kpnoe_color-primary: #9cacd9;
	--acf_kpnoe_color-secondary: #6c74a3;
	--acf_kpnoe_color-tertiary: #e1e6f4;*/
		

/*Primary <> Secondary */

    	--acf_kpnoe_color-primary: #6c74a3;
	--acf_kpnoe_color-secondary: #9cacd9;
	--acf_kpnoe_color-tertiary: #e1e6f4;

	--acf_kpnoe_logo: url('../bilder/K26_Logo_RGB_Fin-04.svg');
    
}
