/* ============================================================
   manvbanana.com — shared design tokens
   ------------------------------------------------------------
   Single source of truth for the site's letterpress palette.
   Every page that uses the letterpress theme links this file and
   reads its colors from these variables — so changing a value
   here restyles the ENTIRE site at once.

   (Each page keeps its own layout / component CSS locally, since
   the page types differ; this file owns the shared palette.)
   ============================================================ */

:root {
  --paper:   #f2ead8;   /* page background (warm paper)        */
  --paper2:  #ede3cc;   /* slightly darker paper / panels      */
  --ink:     #3a2e24;   /* primary text                         */
  --ink2:    #4e4038;   /* secondary text                       */
  --red:     #8b1520;   /* primary accent (letterpress red)     */
  --red2:    #b01c28;   /* brighter accent / hover              */
  --faded:   #9a8f7e;   /* muted text / hints                   */
  --grid:    rgba(160,140,110,0.18);  /* graph-paper grid lines  */
  --rule:    rgba(139,21,32,0.15);    /* faint red rules         */
  --amber:   #b87830;   /* secondary accent (amber)             */
}
