@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Lato:wght@300;400;700&display=swap");:root{--ink:#1c1712;--ivory:#f6f1e7;--cream:#ede5d0;--parchmt:#d8cebc;--gold:#c4853a;--gold-lt:#dfb060;--gold-dim:rgba(196,133,58,.14);--sepia:#6a4828;--sage:#5a896a;--rust:#b54e2e;--muted:#8a7b68;--sidebar:#1a1510;--card:#fffdf7;--shadow:0 2px 16px rgba(28,23,18,.09);--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Lato",system-ui,sans-serif;--sidebar-w:220px;--topbar-h:60px;--radius:16px;--radius-sm:10px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--ivory);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}@media (min-width:768px){body{font-size:15px}}*{scrollbar-width:thin;scrollbar-color:var(--parchmt) transparent}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:var(--parchmt);border-radius:2px}.font-display{font-family:var(--font-display)}.text-muted{color:var(--muted)}.text-gold{color:var(--gold)}.text-gold-lt{color:var(--gold-lt)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}