:root {
    --color-primary: #0d4035; /* Dunkelgrün Hauptfarbe */
    --color-accent: #c9a227;  /* Gold */
    --color-text: #333333;
    --color-bg-light: #f9f9f9;
    --color-white: #ffffff;
    --color-placeholder: #e0e0e0; /* Grau für Platzhalter */
    
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', 'Lato', sans-serif;
    --font-arabic: 'Amiri', serif; 
    --font-arabic-body: 'Noto Sans Arabic', sans-serif; 
    
    --transition: all 0.3s ease;
    --shadow: 0 4px 6px rgba(0,0,0,0.1);
    
    /* Layout-Höhen für korrekte Positionierung */
    --header-height: 64px;
    --lang-bar-height: 0px;
}
