:root{
  --ne-basalt:#1C1E1B;
  --ne-basalt-soft:#282B27;
  --ne-limestone:#F1EDE3;
  --ne-paper:#FBF8F1;
  --ne-papyrus:#D8CCB8;
  --ne-reed:#596158;
  --ne-clay:#975F47;
  --ne-white:#FFFFFF;
  --ne-ink:#1C1E1B;
  --ne-muted:#6E706A;

  --ne-font-display:"Instrument Serif", Georgia, "Times New Roman", serif;
  --ne-font-sans:"DM Sans", Arial, Helvetica, sans-serif;

  --ne-frame-max:92rem;
  --ne-reading-max:44rem;
  --ne-gutter:clamp(1.25rem,3.6vw,4rem);

  --ne-space-1:.5rem;
  --ne-space-2:.75rem;
  --ne-space-3:1rem;
  --ne-space-4:1.5rem;
  --ne-space-5:2.25rem;
  --ne-space-6:3.5rem;
  --ne-space-7:5.5rem;
  --ne-space-8:8rem;
  --ne-section-y:clamp(4rem,7vw,8.25rem);

  --ne-h1:clamp(3.1rem,6.25vw,5.9rem);
  --ne-h2:clamp(2.45rem,4.35vw,4.2rem);
  --ne-h3:clamp(1.45rem,1.8vw,1.85rem);
  --ne-intro:clamp(1.22rem,1.55vw,1.55rem);
  --ne-body:clamp(1rem,.97rem + .16vw,1.1rem);
  --ne-small:.79rem;

  --ne-header-mobile:4.5rem;
  --ne-header-tablet:4.75rem;
  --ne-header-desktop:5.5rem;
  --ne-header-sticky:4.5rem;

  --ne-radius:2px;
  --ne-rule:1px solid rgba(28,30,27,.16);
  --ne-rule-dark:1px solid rgba(241,237,227,.17);

  --ne-z-content:1;
  --ne-z-menu:990;
  --ne-z-header:1000;
  --ne-z-skip:1200;
  --ne-ease:cubic-bezier(.2,.65,.3,1);
  --ne-fast:160ms;
  --ne-medium:260ms;
}
