/* Hallmark · pre-emit critique: P5 H5 E4 S5 R4 V5 */
:root {
  --paper: #eeeee7;
  --ink: #171918;
  --muted: #666b63;
  --line: #bdc0b5;
  --stage: #171918;
  --stage-ink: #eeeee7;
  --stage-muted: #abb0a5;
  --acid: #d9fa63;
  --coral: #ff6d50;
  --font-display: Impact, "Arial Narrow", "Apple SD Gothic Neo", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --space-sm: .5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --text-small: .75rem;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --duration-short: 120ms;
  --duration-medium: 220ms;
  --rule: 1px;
}
