/* ==========================================================
   THEME - change these to rebrand the whole site.
   Colors, fonts, and corner roundness live here only.
   (Update the Google Fonts link in index.html if you swap fonts.)
   ========================================================== */
:root{
  --red:#C9391B;        /* brand color: buttons, logo, highlights */
  --red-d:#A82D13;      /* brand color, pressed/hover */
  --cream:#F3ECE0;      /* page background */
  --paper:#FBF7F0;      /* raised panels */
  --ink:#1C1814;        /* main text and dark sections */
  --soft:#6B6258;       /* secondary text */
  --line:#DDD2C1;       /* dividers */
  --green:#2E6B3F;      /* "open now" */
  --serif:"Young Serif", Georgia, serif;                              /* headings + logo */
  --sans:"Instrument Sans", system-ui, -apple-system, sans-serif;     /* body */
  --radius:6px;         /* photo corners; set 0 for a sharper look */
  --pad:20px;
}
:root{
  --header-bg:rgba(243,236,224,.92);
  --text2:#3d362f; --dots:#b9ad9a;
  --band-bg:#1C1814; --band-text:#F3ECE0; --band-text2:#cfc5b6;
}
