:root{
  --cream:#FAF3EC;
  --charcoal:#2E2A27;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--cream);
  color:var(--charcoal);
  font-family:'Inter', sans-serif;
  line-height:1.65;
}
@media (prefers-reduced-motion: reduce){ *{animation-duration:0.001s !important; transition-duration:0.001s !important;} }
figure {margin:0;}
a{color:inherit;}
#header-placeholder{
    position:sticky; top:0; z-index:50;
}
