/* HANDOFF PARTNERS — colour tokens (graphite + amber, distinct from duedilio.com navy/gold reference) */
:root{
  --c-bg-dark:#1c1b19;
  --c-bg-dark2:#26241f;
  --c-surface:#ffffff;
  --c-tint:#f4ece0;
  --c-page-bg:#faf7f2;

  --c-accent:#d97b3f;
  --c-accent-dark:#b85f28;
  --c-accent-soft:#f1d9c2;

  --c-text-strong:#221f1c;
  --c-text-muted:#5c574f;
  --c-border:#e6ded2;

  --c-text-onDark:#f7f3ec;
  --c-text-onDark-muted:#c9c1b3;
  --c-text-onDark-faint:#93897a;

  --f-serif:"Source Serif Pro","Georgia",serif;
  --f-sans:"Inter","Segoe UI",system-ui,sans-serif;
}
