:root {
    --bg-primary: #1a1d24;
    --bg-secondary: #242830;
    --bg-tertiary: #2d313a;
    --bg-hover: #363a45;
    --text-primary: #e2e5e9;
    --text-secondary: #9ca3af;
    --text-tertiary: #6b7280;
    --border-color: #363a45;
    --primary-color: #6366f1;
    --accent-blue: #3b82f6;
    --accent-green: #10b981;
    --accent-red: #ef4444;
    --sidebar-width: 175px;
    --sidebar-title: #d0d0d0;
    --page-title: #d0d0d0;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --danger-hover: #dc2626;
    --info-color: #3b82f6;
    --link-color: #2196f3;

    --buy-color: #10b981;
    --sell-color: #ef4444;

    --transparent-red: rgba(239, 68, 68, 0.5);
    --transparent-green: rgba(16, 185, 129, 0.5);

    --text-sm: 12px;
    --font-weight-medium: 400;
}

[data-theme="light"] {
    --bg-primary: #ffffff;
    --bg-secondary: #f3f4f6;
    --bg-tertiary: #e5e7eb;
    --bg-hover: #d1d5db;
    --text-primary: #1f2937;
    --text-secondary: #4b5563;
    --text-tertiary: #9ca3af;
    --border-color: #e5e7eb;
    --page-title: #717171;
    --sidebar-title: #717171;
    --warning-color: #fef3c7;
}