/* Number Two — the public site. Tokens from assets/hanky/tokens.json, copied
   rather than imported: two pages do not earn a build step for a stylesheet. */
:root {
  color-scheme: light;
  --bg: #F7F4EE;
  --surface: #FFFFFF;
  --ink: #1B211F;
  --ink-muted: #5C6661;
  --ink-faint: #8D9691;
  --brand: #186B60;
  --brand-press: #125349;
  --rule: #DFDAD1;
}
html, body { margin: 0; background: var(--bg); color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "Segoe UI", Roboto, sans-serif; }
main { max-width: 520px; margin: 0 auto; padding: 56px 20px 64px; text-align: center; }
.hanky { width: 160px; height: 160px; }
h1 { font-size: 40px; line-height: 1.05; letter-spacing: -0.02em; margin: 24px 0 8px; }
.slogan { font-size: 20px; color: var(--ink-muted); margin: 0 0 32px; }
p { font-size: 16px; line-height: 1.5; color: var(--ink-muted); margin: 0 0 20px; }
a.cta { display: inline-block; background: var(--brand); color: var(--bg); text-decoration: none;
  font-weight: 600; padding: 15px 24px; border-radius: 999px; }
a.cta:active { background: var(--brand-press); }
.links { margin-top: 40px; font-size: 13px; color: var(--ink-faint); }
.links a { color: var(--ink-muted); text-decoration: none; margin: 0 8px; }
.fine { font-size: 12px; color: var(--ink-faint); margin-top: 28px; }
