:root { --hc-bg: #f8f6f3; --hc-ink: #1a1714; --hc-line: rgba(26,23,20,.08); }
html, body { background: var(--hc-bg); color: var(--hc-ink); margin: 0; }
body { font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif; }
.hc-hdr { min-height: 68px; border-bottom: 1px solid transparent; }
