/* Parchment only. Copied from .overmind/design-kit/tokens.ts (parchment).
   Do not import night, dawn, or linen. Do not read prefers-color-scheme. */

:root,
html.light {
  color-scheme: light;

  --bg: #d4cdbf;
  --bg-elevated: #c6bdb0;
  --wash: #c6bdb0;
  --surface: #e4dcd0;
  --surface-alt: #d0c7b9;
  --border: #b8afa1;
  --text: #1a1612;
  --text-dim: #3a342c;
  --text-faint: #524c44;
  --accent: #6a4f7a;
  --accent-alt: #8b5e7a;
  --accent-deep: #4e3a5c;
  --on-accent: #ede6dc;
  --on-accent-muted: #d4c4cc;
  --sage: #5c7a62;
  --danger: #b85c56;
  --glow-a: rgba(106, 79, 122, 0.18);
  --glow-b: rgba(139, 94, 122, 0.12);
  --overlay: rgba(36, 31, 26, 0.46);

  --font-ui: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Fraunces", ui-serif, Georgia, serif;

  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 22px;

  --shadow-card: 0 12px 32px rgba(43, 38, 31, 0.08);
  --shadow-form: 0 18px 48px rgba(43, 38, 31, 0.12);

  --tabbar-h: 72px;
  --gutter: 16px;
  --measure-sales: 40ch;
  --measure-legal: 66ch;
  --catalog-max: 1160px;
  --app-version: "v1.2.0";
}
