* { box-sizing: border-box; }
html, body { margin:0; padding:0; }
body { font-family:'Archivo', system-ui, -apple-system, sans-serif; color:#171A18; -webkit-font-smoothing:antialiased; -webkit-tap-highlight-color:transparent; }
a { color:#0B6B30; text-decoration:none; }
a:hover { color:#084A22; }
input { font-family:inherit; }
button { font-family:inherit; -webkit-appearance:none; appearance:none; background:transparent; }
button:focus-visible, input:focus-visible { outline:2px solid #0B6B30; outline-offset:2px; }
::selection { background:#D8EADF; }
button:hover { filter:brightness(1); }
[data-hover]:hover { background:#F2EFEA; }
