/* common.css — CSS Custom Properties for Tenant Branding */
/* These values are overridden dynamically by branding.js */

:root {
    /* Brand colors (overridden per tenant) */
    --brand-primary: #3b82f6;
    --brand-primary-light: #dbeafe;
    --brand-primary-dark: #1d4ed8;
    --brand-accent: #8b5cf6;
    --brand-accent-light: #ede9fe;

    /* Light theme (tenant-facing) */
    --bg: #f8fafc;
    --card: #ffffff;
    --text: #1e293b;
    --text-muted: #64748b;
    --border: #e2e8f0;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
}
