/* assets/themes/default/theme.css */
:root {
    --primary-color: #10b981;
    --primary-hover: #059669;
    --secondary-color: #f59e0b;
    --bg-light: #f8f9fa;
    --bg-dark: #1e1e2f;
    --text-main: #333;
    --text-muted: #888;
    --border-color: #e0e0e0;
    --shadow-sm: 0 2px 10px rgba(0,0,0,0.05);
    --shadow-md: 0 5px 20px rgba(0,0,0,0.1);
}
