/* Top Townie — brand color tokens (marketing web). Canonical palette.
   The app icon uses an icon-tuned navy (#122747) + mint (#8AF2BB); these
   page tokens are canonical for everything else. */
:root {
  --ink:      #0A1628;
  --ink-soft: #1C2E44;
  --mint:     #4DFFC3;
  --mint-d:   #2FD4A0;
  --paper:    #F5EFE2;
  --paper-d:  #E8DFCA;
  --peach:    #FFD9B8;
  --peach-d:  #F2B98A;
  --warm:     #E8562F;
  --warm-s:   #F2A65A;
  --muted:    #6B5E4A;

  --serif: 'DM Serif Display', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;
  --hand:  'Caveat', cursive;
}
