/* Partner page extracted layout — see HTML for structure */
:root {
  --ink: #1a1e24;
  --muted: #555e6a;
  --accent: #295f4e;
  --accent-deep: #1a3a2a;
  --rule: #d8d4cc;
  --chalk: #f7f4ee;
  --mono: "DM Mono", ui-monospace, monospace;
}
body { font-family: "DM Sans", Georgia, serif; color: var(--ink); background: #f5f2ea; line-height: 1.65; margin: 0; }
