:root {
  --ink: #000000;
  --cream: #F5E6C8;
  --cream-dim: #C9BBA1;
  --ember: #E8722C;
  --smoke: rgba(245, 230, 200, 0.08);
  --ash: #1A1714;

  --font-display: "Bebas Neue", "Anton", "Arial Narrow", sans-serif;
  --font-editorial: "Fraunces", Georgia, serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  --fs-hero: clamp(4rem, 12vw, 12rem);
--fs-section: clamp(2.5rem, 6vw, 5rem);
  --fs-body: clamp(1.0625rem, 1.2vw, 1.25rem);
  --fs-meta: 0.6875rem;

  --tracking-mono: 0.15em;
  --tracking-display: -0.01em;

  --maxw-text: 65ch;
  --maxw-page: 1200px;

  --ease-out: cubic-bezier(.22, .8, .3, 1);
}
