/* Theme: Default (Light) */
.theme-default {
    --bg-primary: #ffffff;
    --bg-secondary: #f8f9fa;
    --bg-tertiary: #e9ecef;
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --text-muted: #adb5bd;
    --accent-color: #0d6efd;
    --accent-hover: #0b5ed7;
    --border-color: #dee2e6;
    --shadow-color: rgba(0, 0, 0, 0.1);
}
