/* PALETTE — Obsidian, Ivory, Antique Gold */
:root{
  --obsidian:#0B0907;
  --night:#13100C;
  --smoke:#1C1813;
  --char:#2A2218;
  --ivory:#EFE6D2;
  --paper:#E8DEC6;
  --bone:#C9BFA4;
  --gold:#C0A074;
  --gold-deep:#8E7448;
  --gold-bright:#D9BB87;
  --oxblood:#4A1417;
  --rule:rgba(192,160,116,.22);
  --rule-strong:rgba(192,160,116,.45);
}

*{box-sizing:border-box;margin:0;padding:0}
html,body{background:var(--obsidian);color:var(--ivory);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
html{scroll-behavior:smooth}
body{
  font-family:"Manrope",system-ui,sans-serif;
  font-weight:300;
  font-size:15px;
  line-height:1.55;
  letter-spacing:.01em;
  overflow-x:hidden;
  cursor:none;
}
@media (max-width: 820px){ body{ cursor:auto } }

img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:none;cursor:none}
