/* tenant:01m2wdrrphn0j5h6ecyz4qrbbf */
:root {
  --theme-background: #ffffff;
  --background: #ffffff;
  --theme-page-bg: #ffffff;
  --theme-surface: #fafafa;
  --surface: #fafafa;
  --theme-card-bg: #fafafa;
  --theme-border: #e5e7eb;
  --border: #e5e7eb;
  --theme-card-border: #e5e7eb;
  --theme-primary: #9bd9bc;
  --primary: #9bd9bc;
  --theme-primary-fg: #000000;
  --primary-fg: #000000;
  --theme-secondary: #629d81;
  --secondary: #629d81;
  --theme-secondary-fg: #000000;
  --secondary-fg: #000000;
  --theme-text: #111827;
  --text: #111827;
  --theme-text-heading: #111827;
  --text-heading: #111827;
  --theme-text-muted: #6b7280;
  --text-muted: #6b7280;
  --theme-success: #16a34a;
  --success: #16a34a;
  --theme-danger: #dc2626;
  --danger: #dc2626;
  --theme-font-heading: inherit;
  --font-heading: inherit;
  --theme-font-body: inherit;
  --font-body: inherit;
  --theme-radius-sm: 4px;
  --radius-sm: 4px;
  --theme-radius-md: 8px;
  --radius-md: 8px;
  --theme-radius-lg: 12px;
  --radius-lg: 12px;
  --theme-radius-full: 9999px;
  --radius-full: 9999px;
  --theme-card-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.06);
  --card-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.06);
  --theme-card-shadow-hover: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --card-shadow-hover: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
[data-theme="dark"] {
  --theme-background: #0f172a;
  --background: #0f172a;
  --theme-page-bg: #0f172a;
  --theme-surface: #1e293b;
  --surface: #1e293b;
  --theme-card-bg: #1e293b;
  --theme-border: #334155;
  --border: #334155;
  --theme-card-border: #334155;
  --theme-primary: #6366f1;
  --primary: #6366f1;
  --theme-primary-fg: #000000;
  --primary-fg: #000000;
  --theme-secondary: #1e293b;
  --secondary: #1e293b;
  --theme-secondary-fg: #ffffff;
  --secondary-fg: #ffffff;
  --theme-text: #f1f5f9;
  --text: #f1f5f9;
  --theme-text-heading: #f8fafc;
  --text-heading: #f8fafc;
  --theme-text-muted: #94a3b8;
  --text-muted: #94a3b8;
  --theme-success: #16a34a;
  --success: #16a34a;
  --theme-danger: #dc2626;
  --danger: #dc2626;
  --theme-font-heading: inherit;
  --font-heading: inherit;
  --theme-font-body: inherit;
  --font-body: inherit;
  --theme-radius-sm: 4px;
  --radius-sm: 4px;
  --theme-radius-md: 8px;
  --radius-md: 8px;
  --theme-radius-lg: 12px;
  --radius-lg: 12px;
  --theme-radius-full: 9999px;
  --radius-full: 9999px;
  --theme-card-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.06);
  --card-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.06);
  --theme-card-shadow-hover: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --card-shadow-hover: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
