@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Jost:wght@300;400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--text:#e8e2d9;--muted:hsla(36,25%,88%,.45);--accent:#c8a96e;--nav-h:64px}body,html{height:100%;background:var(--bg);color:var(--text);font-family:Jost,sans-serif;font-weight:300}a{color:inherit;text-decoration:none}button{font-family:Jost,sans-serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:hsla(36,25%,88%,.15)}