/* Simple CSS reset - keeps things predictable */
:root { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; box-sizing:border-box; }
html,body { height:100%; }
body { line-height:1.4; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background:#fff; color:#222; }
ol,ul { list-style:none; }
a { text-decoration:none; color:inherit; }
img { max-width:100%; display:block; height:auto; border:0; }
.container { width:92%; max-width:1100px; margin:0 auto; }
h1,h2,h3 { line-height:1.2; }
.sr-only { position:absolute !important; height:1px; width:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap; }
.skip-link { position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; z-index:-999; }
.skip-link:focus { left:10px; top:10px; width:auto; height:auto; padding:.5rem 1rem; background:#0b6; color:#000; z-index:9999; }
