@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Josefin+Sans:wght@200;300;400;600&display=swap");:root{--gold:#c8a96e;--gold-light:#e8d08a;--gold-dim:#8b6f3a;--bg:#080808;--bg-card:#0f0f0f;--bg-panel:#131313;--border:hsla(39,45%,61%,.18);--border-bright:hsla(39,45%,61%,.45);--text:#e8e0d0;--text-muted:#8a8070;--text-dim:#5a5248;--white:#f5f0e8}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Josefin Sans,sans-serif;font-weight:300;letter-spacing:.04em;line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:300;letter-spacing:.06em;line-height:1.15}a{color:var(--gold);text-decoration:none;transition:color .2s}a:hover{color:var(--gold-light)}.gold{color:var(--gold)}.gold-text{color:var(--gold-light)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold-dim);border-radius:2px}.divider{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:1.5rem auto}.divider-left{margin-left:0}