.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.min-h-screen{min-height:100vh}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}:root{--hpc-cream:#f5f0e8;--hpc-cream-soft:#faf8f4;--hpc-charcoal:#1c1712;--hpc-charcoal-soft:#4a4740;--hpc-gold:#c17f3a;--hpc-gold-deep:#9c6428;--hpc-muted:#6b665a;--hpc-muted-dark:#a39c88;--hpc-border:#e2d9c4;--hpc-border-strong:#b5ac96}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--hpc-cream);color:var(--hpc-charcoal);-webkit-font-smoothing:antialiased;font-family:Jost,sans-serif;font-size:15px;font-weight:300;line-height:1.7}input,textarea,select,button{font-family:Jost,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--hpc-border-strong);border-radius:3px}.hpc-rule{background:var(--hpc-gold);border-radius:2px;width:46px;height:3px;display:block}
