/* ================================================================
   Customer-side theme reinforcement — Ink & Camel
   Linked only on customer-facing pages (NOT admin), after main.css.
   Kept in sync with the root tokens in main.css so customer pages
   and the admin panel share one identity.
   ================================================================ */
:root {
  --primary:      #a2703f;
  --primary-dark: #7d5730;
  --primary-light:#f4ebdd;
  --primary-ring: rgba(162,112,63,0.25);
  --shadow-blue:  0 4px 14px rgba(162,112,63,0.3);

  --font:         'Manrope', system-ui, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
}
