@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Jost:wght@300;400;500;600&display=swap");:root{--bg:#100d09;--bg-2:#16110c;--surface:#1d1610;--surface-2:#241b12;--gold:#d4af37;--gold-bright:#f2d98c;--gold-deep:#8a6a1f;--gold-line:rgba(212,175,55,.26);--gold-line-strong:rgba(212,175,55,.5);--emerald:#2f7d5c;--emerald-soft:rgba(47,125,92,.18);--ruby:#b0433a;--text:#f0e6cf;--text-muted:#a89772;--glow:0 0 24px rgba(212,175,55,.18);--font-display:"Cinzel",serif;--font-body:"Jost",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{height:100%;max-width:100%;scrollbar-width:none;-ms-overflow-style:none;overflow-x:hidden;overflow-x:clip}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none;width:0;height:0}body{font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100%;overflow-x:hidden;overflow-x:clip}body,img,svg,video{max-width:100%}::selection{background:rgba(212,175,55,.3)}