/* Legacy compatibility entry point.
   New pages should load /theme/site.css directly. */
@import url("/theme/site.css?v=20260722-copper3");

:root {
  --lsf-tc-primary: var(--lsf-brand);
  --lsf-tc-primary-deep: var(--lsf-brand-deep);
  --lsf-tc-primary-soft: var(--lsf-brand-wash);
  --lsf-tc-cyan: var(--lsf-brand);
  --lsf-tc-green: var(--lsf-positive);
  --lsf-tc-orange: var(--lsf-warning);
  --lsf-tc-ink: var(--lsf-ink);
  --lsf-tc-text: var(--lsf-text);
  --lsf-tc-muted: var(--lsf-muted);
  --lsf-tc-line: var(--lsf-line);
  --lsf-tc-line-soft: #e8eef6;
  --lsf-tc-bg: var(--lsf-canvas);
  --lsf-tc-panel: var(--lsf-surface);
  --lsf-tc-panel-soft: var(--lsf-surface-soft);
  --lsf-tc-shadow: var(--lsf-shadow-sm);
  --lsf-tc-shadow-hover: var(--lsf-shadow);
}
