/* John's Final Touch — base styles (from the approved design's <head>).
   The --accent / --accent-bright vars are injected from the admin settings
   in functions.php; the rest of the palette is fixed brand tokens. */
:root{ --cream:#F4F0E6; --paper:#F9F6EE; --chip:#E7DFC8; --panel:#EBE4D2; --ink:#0C2340; --accent:#C09A5E; --accent-bright:#E0C58C; }
* { box-sizing: border-box; }
html { -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
body { margin: 0; background: var(--cream); }
::selection { background: var(--accent); color: var(--cream); }
input::placeholder, textarea::placeholder { color: #A79E8B; }
img { display:block; max-width:100%; }
a { color: inherit; text-decoration: none; }
