:root {
  --llhq-ink: #1b2f30;
  --llhq-clay: #d97d46;
  --llhq-paper: #faf8f2;
  --llhq-surface: #ffffff;
  --llhq-border: #e4ded0;
  --llhq-divider: #f0eee6;
  --llhq-muted: #625d55;
  --llhq-success-text: #2f6844;
  --llhq-success-bg: #e2eee3;
  --llhq-warning-text: #765000;
  --llhq-warning-bg: #f5e4d8;
  --llhq-error-text: #b23b3b;
  --llhq-error-bg: #f8dcdc;
  --llhq-alert-bg: #fbeae7;
  --llhq-alert-border: #efc3bc;
  --slate-100: #e5e9ef;
  --slate-300: #9daec0;
  --slate-500: #445e7c;
  --slate-700: #26384f;
  --amber-50: #fbf6ee;
  --amber-100: #f5e9d2;
  --amber-500: #a87727;
  --green-50: #f0f4ee;
  --green-100: #dce6d7;
  --green-500: #5a7b4d;
  --error-50: #f7e9e5;
  --error-500: #a0463a;
  --info-50: #eef3f8;
  --info-500: #5b7c99;
  --neutral-0: #ffffff;
  --neutral-50: #faf9f7;
  --neutral-100: #f2f0ec;
  --neutral-200: #e5e2dc;
  --neutral-300: #cfcac1;
  --neutral-500: #7d7770;
  --neutral-600: #5a554f;
  --neutral-700: #403c37;
  --neutral-800: #2a2724;
  --topbar-height: 56px;
  --sidebar-width: 220px;
  --shadow-default:
    0 1px 3px 0 rgba(15, 14, 13, 0.06), 0 1px 2px -1px rgba(15, 14, 13, 0.04);
  --llhq-focus: #00636d;
  --llhq-surface-muted: #f4f2ec;

  /* Marketing aliases keep both entry points on one product palette. */
  --ink: var(--llhq-ink);
  --clay: var(--llhq-clay);
  --paper: var(--llhq-paper);
  --surface: var(--llhq-surface);
  --border: var(--llhq-border);
  --placeholder: var(--neutral-100);
  --muted: var(--neutral-500);
  --body: var(--neutral-700);
  --secondary: var(--llhq-muted);
  --footer: var(--llhq-ink);
  --footer-copy: #7b9793;
  --cream: var(--llhq-paper);
}

[data-theme="dark"] {
  color-scheme: dark;
  --llhq-ink: #eff5f1;
  --llhq-clay: #ef9b64;
  --llhq-paper: #122223;
  --llhq-surface: #1b2f30;
  --llhq-border: #526667;
  --llhq-divider: #405455;
  --llhq-muted: #c6cfca;
  --neutral-0: #1b2f30;
  --neutral-50: #223738;
  --neutral-100: #2b4142;
  --neutral-200: #526667;
  --neutral-500: #c6cfca;
  --neutral-600: #d7dfda;
  --neutral-700: #eef3ef;
  --neutral-800: #ffffff;
  --llhq-focus: #56d6df;
  --llhq-surface-muted: #223738;
}
