:root{--black:#0d0d0d;--white:#f8f8f6;--gold:#c4a97d;--gold-dark:#8b6f47;--grey-dark:#7a7870;--grey-light:#9c9890;--grey-bg:#f0eee8;--border:#dedbd4;--bg-dark:#141414;--bg-darker:#0d0d0d}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--white);color:var(--black);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}img,video{display:block;max-width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#dedbd4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#c4a97d}html{scrollbar-width:thin;scrollbar-color:#dedbd4 transparent}