:root {   
    --pageColorBackground: #f5f5dc;   /* helles Beige */
    --logoTextColor: #4b2e2e;         /* dunkles Braun für Kontrast */
    --menuIconColor: #4b2e2e;         /* ebenfalls dunkles Braun */
    --linkColorMenuUnderline: #d2b48c; /* Tan für dezente Unterstreichung */
    --linkColorMenuItem: #4b2e2e;     /* dunkles Braun */
    --linkColorContentText: #5c4033;  /* warmer Braunton */
    --linkColorContentBackground: #deb887; /* Burlywood als Akzent */
    --linkColorContentUnderline: #8b4513;  /* SaddleBrown */
    --linkColorContentUnderlineHover: #a0522d; /* Sienna */
    --linkColorFooterText: #4b2e2e;   /* dunkles Braun */
    --linkColorFooterUnderline: #d2b48c;
    --linkColorFooterUnderlineHover: #deb887;
    --btnColorBackground: #6b4226;    /* kräftiges Braun */
    --btnColorUnderline: #f0e68c;     /* Khaki für Kontrast */
    --btnColorBorder: #f0e68c;
    --btnColorText: #ffffff;          /* Weiß für gute Lesbarkeit */
    --itemColorImgBackground: #fffaf0; /* FloralWhite */
    --itemColorImgBackgroundDark: #f4f4f4; /* Wheat f5deb3 */
    --textColorError: #8b0000;        /* DarkRed */
    --headerColorBackground: #f1c292; /* Peru */
}