/* GENERATED by scripts/gen-brand.js from lib/brand.js — do not hand-edit.
   Change a value in lib/brand.js (or its env override) and re-run npm run gen:brand. */
@import url('fonts.css');

:root {
  --accent: #8A3F4D;
  --accent-ink: #FFF8F3;
  --bg: #FBF7F2;
  --surface: #FFFFFF;
  --border: #E6DCD0;
  --ink: #241C1A;
  --ink-muted: #6E625C;
  --good: #2F7A57;
  --warn: #8A6414;
  --bad: #B3261E;
  --info: #2C5FA8;

  --font-display: "Playfair Display", system-ui, sans-serif;
  --font-serif: "Cormorant Garamond", system-ui, sans-serif;
  --font-mono: "DM Mono", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;

  --font-mono-stack: var(--font-mono), ui-monospace, SFMono-Regular, monospace;
}
