:root {
    /* Hauptfarben - BERG Softwareentwicklung */
    --primary-dark: #08283f;      /* Logo-Hauptfarbe */
    --primary-mid: #325c75;       /* Logo-Akzent */
    --primary-light: #3d8791;     /* Logo-Fremd */
    
    --bg-very-dark: #020d18;      /* Sehr dunkles Blau (fast schwarz) */
    --bg-dark: #0a1f2e;           /* Dunkles Blau */
    --bg-mid: #132837;            /* Mittleres dunkles Blau */
    
    --text: #dce8f0;              /* Helles Grau-Blau */
    --text-muted: #7a8fa3;        /* Gedimmter Text */
    
    --accent-primary: #3d8791;    /* Cyan/Teal für Akzente */
    --accent-secondary: #325c75;  /* Mittleres Blau für Hover */
    --accent-bright: #5db3c4;     /* Helles Cyan */
}