/* Bam Bird Brunettes — shared design tokens.
 *
 * Linked from every public + admin page so a single edit propagates everywhere.
 * Names match the existing CSS variable spelling across the codebase
 * (--paper, --ink, --cognac, etc.) to avoid a sweeping rename.
 *
 * For the prefixed brand-guide variant (--bbb-*), see
 * /brand-guidelines/design-tokens.css.
 */

:root {
  --paper:    #f3ebd9;
  --paper-2:  #ece3cc;
  --card:     #f7f0de;
  --ink:      #2a1f15;
  --ink-soft: #6e5d4d;
  --cognac:   #9c5e2e;
  --oxblood:  #5c1e25;
  --moss:     #5d6e4f;
  --moss-d:   #4a5a3e;
  --moss-l:   #7a8a6d;
  --hair:     #c9b896;
  --hair-2:   #d9c9a8;

  /* Common typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-utility: 'Inter', system-ui, sans-serif;
}
