/* Base resets — applied to every public marketing page + the drips
   layout. Brand tokens come from brand.css (linked before this).

   Page-specific CSS may override `body` line-height or `.wrap` max-width
   when a page wants narrower text or a tighter rhythm (see drips.css
   `max-width:880px` for the read-heavy article layout, team-page.css
   `max-width:840px` for bio pages).
*/

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:0;color:inherit}

.wrap{max-width:1200px;margin:0 auto;padding:0 20px}
