:root{--bg:#06070a;--cream:#f3eede;--gold:#c8a558;--gold-dim:#8e7741;--muted:#888;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body,html{background:var(--bg);color:var(--cream);font-family:var(--serif);font-size:18px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}button,input{font-family:inherit;font-size:inherit}::selection{background:var(--gold);color:var(--bg)}