@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Inter:wght@300;400;500;600&family=Oswald:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0b1812;--surface:#121f18;--surface-2:#182b1e;--surface-3:#1e3428;--forest:#1a3324;--gold:#c9a227;--gold-hover:#e0b840;--gold-dim:rgba(201,162,39,.15);--gold-border:rgba(201,162,39,.35);--cream:#e8dfc0;--cream-2:hsla(47,47%,83%,.65);--cream-3:hsla(47,47%,83%,.3);--text-1:#e8dfc0;--text-2:hsla(47,47%,83%,.65);--text-3:hsla(47,47%,83%,.38);--border:hsla(47,47%,83%,.1);--star:#f2d060;--brick:#7a3020;--serif:"Playfair Display",Georgia,serif;--sans:"Inter",system-ui,-apple-system,sans-serif;--display:"Oswald","Impact",sans-serif;--transition:200ms ease;--nav-height:68px;--radius:6px;--radius-sm:4px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-1);font-family:var(--sans);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.divider{display:flex;align-items:center;gap:12px;color:var(--gold);font-size:12px}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:var(--gold-border)}@media (max-width:768px){body{padding-bottom:72px}}