:root {
    --primary: #f04624;
    --primary-dark: #d13b1d;
    --secondary: #0ea5e9; /* Dezentes Blau für Akzente */
    --secondary-dark: #0284c7;
    --dark: #0f172a; /* Anthrazit/Dunkelblau */
    --light: #f8fafc;
    --white: #ffffff;
    --gray-light: #f1f5f9;
    --gray: #e2e8f0;
    --gray-dark: #64748b;
    --text: #334155;
    --text-muted: #64748b;
    --container-width: 1200px;
    --header-height: 80px;
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    
    /* Semantic Colors */
    --bg: var(--white);
    --bg-alt: var(--gray-light);
    --card-bg: var(--white);
    --border: var(--gray);
}
