@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=IBM+Plex+Mono:wght@300;400;500&family=Lora:ital,wght@0,400;1,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#09090b;--surface:#121215;--surface2:#18181d;--border:#222228;--border2:#32323e;--gold:#c9a84c;--gold-bright:#e2c06a;--gold-dim:#7a6430;--gold-glow:rgba(201,168,76,0.09);--gold-glow2:rgba(201,168,76,0.18);--text:#eae6de;--text-mid:#9e9890;--text-dim:#52504c;--green:#52b788;--red:#c0574a;--blue:#6b9fd4;--serif:"Cormorant Garamond",Georgia,serif;--body:"Lora",Georgia,serif;--mono:"IBM Plex Mono",monospace}html{-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:var(--body);min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}