/* =====================================================================
   MICHAEL SCHWEIGART — design system
   "The museum wall": warm paper, classic serif, paintings as the colour.
   Type:  Cormorant Garamond (display)  ·  EB Garamond (text)  ·  Archivo (labels)
===================================================================== */
:root{
  --paper:#f4efe6;        /* warm off-white wall */
  --paper-2:#efe7da;      /* recessed sections */
  --card:#faf7f0;         /* lifted surfaces */
  --ink:#211c16;          /* warm near-black */
  --ink-2:#544a3d;        /* body text */
  --ink-3:#8a7e6f;        /* metadata, faint */
  --line:rgba(33,28,22,.14);
  --line-2:rgba(33,28,22,.08);
  --accent:#9a5b3f;       /* set by JS */
  --available:#5f6b54;
  --mat-bevel-lit:#ddd3b6;     /* cut-mat bevel — bottom + right (catches light) */
  --mat-bevel-shadow:#c5b994;  /* cut-mat bevel — top + left (in shadow) */
  --nav-h:78px;
  --bp-2col:980px;  /* .gallery column-count breakpoints — read by JS (useGalleryColumnCount in pages.jsx) */
  --bp-1col:620px;
  --serif:'Cormorant Garamond',Georgia,serif;
  --text:'EB Garamond',Georgia,serif;
  --label:'Archivo','Helvetica Neue',Arial,sans-serif;
  --maxw:1580px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
