@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Lato:wght@300;400;700&display=swap");:root{--bg:#07071a;--bg2:#0d0d2b;--gold:#c9a84c;--gold2:#e8c96a;--text:#e8e0d0;--muted:#7a7a9a;--border:rgba(201,168,76,.18);--nav-bg:rgba(7,7,26,.92);--nav-bg-strong:rgba(7,7,26,.97);--footer-bg:rgba(7,7,26,.6);--on-bg-02:hsla(0,0%,100%,.02);--on-bg-025:hsla(0,0%,100%,.025);--on-bg-03:hsla(0,0%,100%,.03);--on-bg-04:hsla(0,0%,100%,.04);--on-bg-05:hsla(0,0%,100%,.05);--on-bg-06:hsla(0,0%,100%,.06);--hero-glow-1:rgba(201,168,76,.06);--hero-glow-2:rgba(100,80,200,.06)}html[data-theme=light]{--bg:#faf5e8;--bg2:#ece0c0;--gold:#8a6a10;--gold2:#b88a1c;--text:#1a1408;--muted:#5a4a2c;--border:rgba(120,85,15,.4);--nav-bg:hsla(44,52%,90%,.94);--nav-bg-strong:hsla(44,52%,90%,.98);--footer-bg:hsla(42,46%,75%,.72);--on-bg-02:rgba(60,40,10,.05);--on-bg-025:rgba(60,40,10,.07);--on-bg-03:rgba(60,40,10,.09);--on-bg-04:rgba(60,40,10,.12);--on-bg-05:rgba(60,40,10,.16);--on-bg-06:rgba(60,40,10,.2);--hero-glow-1:rgba(180,140,50,.16);--hero-glow-2:rgba(160,90,40,.09)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Lato,sans-serif;min-height:100vh;overflow-x:hidden;transition:background-color .25s ease,color .25s ease}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at 20% 50%,var(--hero-glow-1) 0,transparent 60%),radial-gradient(ellipse at 80% 20%,var(--hero-glow-2) 0,transparent 50%);pointer-events:none;z-index:0;transition:opacity .25s ease}a{color:inherit;text-decoration:none}