:root {
  --ut-bg: #f0eee7;
  --ut-bg-start: #f8f7f2;
  --ut-bg-end: #e6e1d6;
  --ut-bg-grid: rgba(46, 87, 200, 0.085);
  --ut-bg-grid-soft: rgba(46, 87, 200, 0.06);
  --ut-bg-inset: #ece8dd;
  --ut-surface: #fffefa;
  --ut-surface-raised: #ffffff;
  --ut-surface-muted: #f7f5ef;
  --ut-surface-selected: #edf2ff;
  --ut-text: #191916;
  --ut-text-muted: #68645c;
  --ut-text-subtle: #8a857b;
  --ut-border: #d9d5ca;
  --ut-border-strong: #bdb6aa;
  --ut-primary: #2e57c8;
  --ut-primary-hover: #2448aa;
  --ut-primary-text: #ffffff;
  --ut-primary-soft: #e6edff;
  --ut-success: #27745c;
  --ut-success-soft: #e3f3ec;
  --ut-warning: #a56418;
  --ut-warning-soft: #f7ead7;
  --ut-danger: #a24735;
  --ut-danger-soft: #f7e4df;
  --ut-focus: #6f8cff;
  --ut-sidebar: #23221f;
  --ut-sidebar-top: #292824;
  --ut-sidebar-bottom: #1f1f1c;
  --ut-brand-mark-top: #f5c46e;
  --ut-brand-mark-bottom: #e79f3f;
  --ut-brand-mark-shadow: rgba(242, 185, 93, 0.18);
  --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.8) inset, 0 2px 8px rgba(25, 25, 22, 0.07);
  --ut-shadow-md: 0 1px 0 rgba(255, 255, 255, 0.82) inset, 0 16px 34px rgba(25, 25, 22, 0.12);
  --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;
}
