:root{--background:#ffffff;--foreground:#17221c;--stonegate-green:#1d5a3d;--stonegate-green-dark:#122f21;--stonegate-gold:#b9852d;--stonegate-ink:#17221c;--stonegate-muted:#59655f;--stonegate-line:#d9e0dc;--stonegate-surface:#f5f7f5}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid rgba(185,133,45,.72);outline-offset:3px}::selection{background:#d9eadf;color:#10251a}