:root {
  --ut-bg: #f3eee9;
  --ut-bg-start: #fffaf5;
  --ut-bg-end: #e6d9ce;
  --ut-bg-grid: rgba(162, 71, 53, 0.085);
  --ut-bg-grid-soft: rgba(162, 71, 53, 0.06);
  --ut-bg-inset: #e8ddd4;
  --ut-surface: #fffdf9;
  --ut-surface-raised: #ffffff;
  --ut-surface-muted: #f8f2ec;
  --ut-surface-selected: #fae7e1;
  --ut-text: #1d1714;
  --ut-text-muted: #6f5f55;
  --ut-text-subtle: #927f73;
  --ut-border: #dccfc4;
  --ut-border-strong: #c0aea1;
  --ut-primary: #a24735;
  --ut-primary-hover: #843628;
  --ut-primary-text: #ffffff;
  --ut-primary-soft: #f7e4df;
  --ut-success: #29735d;
  --ut-success-soft: #e1f0e9;
  --ut-warning: #ad6b20;
  --ut-warning-soft: #f6e8d5;
  --ut-danger: #862f2f;
  --ut-danger-soft: #f2dddd;
  --ut-focus: #dd8b72;
  --ut-sidebar: #2a211d;
  --ut-sidebar-top: #342822;
  --ut-sidebar-bottom: #211916;
  --ut-brand-mark-top: #eead75;
  --ut-brand-mark-bottom: #c85f43;
  --ut-brand-mark-shadow: rgba(200, 95, 67, 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(29, 23, 20, 0.08);
  --ut-shadow-md: 0 1px 0 rgba(255, 255, 255, 0.84) inset, 0 16px 34px rgba(29, 23, 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;
}
