/* tokens.css — the only file that should ever contain a hex value or font name.
   Seed from DESIGN.md §4. --muted-purple is intentionally omitted: it was
   sampled from a Patreon button that has no MVP equivalent (BUILD-PLAN Task 0). */

:root {
  /* color */
  --ink: #303d5b;
  --ink-strong: #2e0a63;
  --brand-deep: #490f99;
  --brand-link: #5b3f85;
  --brand-emphasis: #4c139b;
  --brand-accent: #9446ed;
  --brand-accent-soft: #f2ebfe;
  --bg: #ffffff;
  --bg-tint: #fcfaff;
  --muted-disabled: #e1e6ea;
  --card-bg: #f6f6f6;
  --gray-label: #777777;
  --gray-caption: #6d6d6d;

  /* type */
  --font-reading: "Source Serif 4", Georgia, serif;
  --font-ui: "Inter", system-ui, sans-serif;
}