/* Pomona canonical surface tokens — single source of truth for the cream
   palette. Linked by index.html and embedded pages. Page stylesheets
   reference these with fallbacks so standalone loads still work. */
:root {
  --pomona-paper: #f6efe0;  /* page background */
  --pomona-card:  #fffdf8;  /* card / surface */
  --pomona-line:  #e7dfca;  /* borders / dividers */
}
