/* Generated from ui/theme.php by bin/theme-build.php — do not edit by hand. */

:root {
  --brand: #0D9488;
  --brand-hover: #0A766D;
  --brand-text: #0A766D;
  --brand-soft: #F0FDFC;
  --brand-active: #10B9AA;
  --brand-tint: #98F6EE;
  --brand-on: #FFFFFF;
  --teal: #0D9488;
  --teal-hover: #0A766D;
  --teal-text: #0A766D;
  --teal-soft: #F0FDFC;
  --teal-active: #10B9AA;

  --sidebar-bg: #0B1220;
  --sidebar-text: #CBD5E1;
  --sidebar-muted: #64748B;
  --bg: #F4F6F8;
  --surface: #FFFFFF;
  --text: #111827;
  --text-2: #4B5563;
  --muted: #9CA3AF;
  --border-table: #D1D5DB;
  --border-card: #E5E7EB;
  --success: #15803D;
  --success-soft: #F0FDF4;
  --success-border: #BBF7D0;
  --warning: #B45309;
  --warning-soft: #FFFBEB;
  --warning-border: #FDE68A;
  --danger: #B91C1C;
  --danger-soft: #FEF2F2;
  --danger-border: #FECACA;
  --info: #1D4ED8;
  --info-soft: #EFF6FF;
  --info-border: #BFDBFE;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 10px;
  --space-4: 12px;
  --space-5: 16px;
  --space-6: 20px;
  --space-7: 24px;
  --space-8: 32px;

  --text-xs: 11px;
  --text-sm: 12px;
  --text-label: 13px;
  --text-base: 13.5px;
  --text-md: 14px;
  --text-lg: 16px;
  --text-xl: 19px;
  --text-2xl: 22px;

  --radius-card: 10px;
  --radius-btn: 8px;
  --radius-sm: 6px;
  --radius-pill: 999px;

  --shadow-card: 0 1px 2px rgb(0 0 0 / .05);
  --shadow-pop: 0 10px 30px rgb(11 18 32 / .18);

  --z-sidebar: 20;
  --z-topbar: 30;
  --z-dropdown: 40;
  --z-scrim: 50;
  --z-drawer: 60;
  --z-modal: 70;
  --z-hovercard: 80;
  --z-toast: 90;

  --sidebar-w: 248px;
  --sidebar-rail: 56px;
  --topbar-h: 56px;

  --font-sans: "IBM Plex Sans", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --font: "IBM Plex Sans", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
