/* 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 */

  /* Shared brand gradient stops — single source. The login screen and the
     side nav each build their own radial-gradient() from these, framed for
     their own shape. Change these three, both move together. */
  --g-grad-1: #234b35;  /* bright */
  --g-grad-2: #1a3a2a;  /* mid */
  --g-grad-3: #122a1f;  /* dark falloff */
}
