@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-bg-guest: white;
    --color-bg-app: white;
    --color-bg-nav: white;  
    
    --footer-line-height:30px;
    --footer-height:60px;
    --footer-height-mobile:90px;
}
