html{ font-size: 100%; }
body{
  font-family: var(--font-sans);
  color: var(--c-text);
  background: var(--c-bg);
  line-height: 1.6;
}

h1{ font-size: var(--step-3); line-height: 1.1; }
h2{ font-size: var(--step-2); line-height: 1.15; }
h3{ font-size: var(--step-1); line-height: 1.2; }
p, li{ font-size: var(--step-0); }
small{ font-size: var(--step--1); }
