/* Generated from brand/source/tokens.json by tools/build-brand.mjs — do not edit by hand. */
:root {
  --c-plum-950: #12030B;
  --c-plum-900: #1C0614;
  --c-plum-850: #260A1C;
  --c-plum-800: #360C28;
  --c-plum-700: #4E0732;
  --c-plum-600: #650A48;
  --c-plum-500: #7E2462;
  --c-plum-400: #A05487;
  --c-plum-300: #C792B3;
  --c-plum-200: #E6CFDC;
  --c-plum-100: #F3E8EE;
  --c-gold-200: #FBE6AE;
  --c-gold-300: #F4CE72;
  --c-gold-500: #E9B13C;
  --c-gold-600: #CC9219;
  --c-gold-800: #6A4A00;
  --c-paper: #F7F1E8;
  --c-paper-200: #EFE5D6;
  --c-white: #FFFDF9;
  --c-ink: #26111E;
  --c-ink-muted: #5E4A57;
  --c-reverse: #F1E6EC;
  --c-reverse-muted: #C3AFBC;
  --c-danger: #B3261E;
  --c-danger-on-dark: #FFB4AB;
  --c-line-on-dark: #B86A9E;
  --font-display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --font-body: 'IBM Plex Sans', 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, 'Cascadia Mono', monospace;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --ease-out: cubic-bezier(.2,.8,.2,1);
  --ease-in-out: cubic-bezier(.65,0,.35,1);
  --signal-ms: 700ms;
  --bubble-ms: 520ms;
}
