:root {
    --primary: #00BFA5;
    --primary-dark: #009688;
    --secondary: #6EC1E4;
    --dark: #0D0C0F;
    --anthrazit: #232225;
    --text: #7A7A7A;
    --text-light: #aaa;
    --white: #ffffff;
    --bg: #f5f5f5;
    --border: #e0e0e0;
    --success: #4CAF50;
    --warning: #FF9800;
    --danger: #f44336;
    --radius: 8px;
    --shadow: 0 2px 8px rgba(0,0,0,0.1);
}
