:root{--background:#f5f3ee;--foreground:#111111;--border:#d8d4cc;--muted:#777777}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{width:100%;max-width:100%;overflow-x:hidden}body{min-height:100vh;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit;cursor:pointer}canvas,img,video{display:block;max-width:100%}svg{flex-shrink:0}article,aside,div,footer,header,main,nav,section{max-width:100%}::selection{background:#111111;color:#ffffff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ebe8e1}::-webkit-scrollbar-thumb{background:#111111}::-webkit-scrollbar-thumb:hover{background:#333333}@media (max-width:600px){body{min-width:320px}}