:root{--ink:#241c18;--muted:#71645b;--cream:#f7f3ed;--home-warm:#f8f2e6;--paper:#fffdf9;--hearth:#c96f3b;--hearth-dark:#8f4727;--hearth-soft:#f2dfd3;--sand:#ece4da;--line:#d8cec2}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--ink);background:var(--cream);font-family:var(--font-source-sans),Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-staatliches),"Arial Narrow",Arial,sans-serif;font-weight:400;letter-spacing:.01em}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}::-moz-selection{color:var(--ink);background:var(--hearth-soft)}::selection{color:var(--ink);background:var(--hearth-soft)}:focus-visible{outline:3px solid var(--hearth-dark);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}