:root {
  --ut-bg: #eef1e9;
  --ut-bg-start: #fbfcf7;
  --ut-bg-end: #dde4d5;
  --ut-bg-grid: rgba(63, 111, 78, 0.085);
  --ut-bg-grid-soft: rgba(63, 111, 78, 0.06);
  --ut-bg-inset: #e1e8db;
  --ut-surface: #fffefa;
  --ut-surface-raised: #ffffff;
  --ut-surface-muted: #f5f7ef;
  --ut-surface-selected: #e6f1e7;
  --ut-text: #171914;
  --ut-text-muted: #616b5c;
  --ut-text-subtle: #818b7b;
  --ut-border: #cfd8c8;
  --ut-border-strong: #b3c0ac;
  --ut-primary: #3f6f4e;
  --ut-primary-hover: #31583e;
  --ut-primary-text: #ffffff;
  --ut-primary-soft: #e4f0e5;
  --ut-success: #25745a;
  --ut-success-soft: #e0f2ea;
  --ut-warning: #a06922;
  --ut-warning-soft: #f5ead7;
  --ut-danger: #a6453a;
  --ut-danger-soft: #f5e4e0;
  --ut-focus: #84aa78;
  --ut-sidebar: #20251e;
  --ut-sidebar-top: #293126;
  --ut-sidebar-bottom: #191d17;
  --ut-brand-mark-top: #d6c36a;
  --ut-brand-mark-bottom: #8fa75b;
  --ut-brand-mark-shadow: rgba(143, 167, 91, 0.2);
  --ut-space-1: 4px;
  --ut-space-2: 8px;
  --ut-space-3: 12px;
  --ut-space-4: 16px;
  --ut-space-5: 20px;
  --ut-space-6: 24px;
  --ut-space-8: 32px;
  --ut-space-10: 40px;
  --ut-radius-xs: 2px;
  --ut-radius-sm: 4px;
  --ut-radius-md: 6px;
  --ut-radius-lg: 8px;
  --ut-shadow-sm: 0 1px 0 rgba(255, 255, 255, 0.82) inset, 0 2px 8px rgba(23, 25, 20, 0.08);
  --ut-shadow-md: 0 1px 0 rgba(255, 255, 255, 0.84) inset, 0 16px 34px rgba(23, 25, 20, 0.13);
  --ut-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ut-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", ui-monospace, monospace;
  --ut-button-height: 34px;
  --ut-input-height: 36px;
  --ut-table-row-height: 42px;
  --ut-sidebar-width: 220px;
  --ut-drawer-width: 320px;
  --ut-toolbar-height: 56px;
}
