/* Design tokens for chia.pet. Warm, handmade, tactile. */
:root {
  --color-bg: #fffaf3;
  --color-ink: #2a1a0a;
  --color-accent: #c84630;
  /* Secondary text + hairlines. Warm muted brown, 5.92:1 against --color-bg (AA Normal). */
  --color-muted: #7a5b48;

  --font-display: "Caveat", cursive;
  --font-body: "Inter", system-ui, sans-serif;

  --radius-sm: 4px;
  --radius-lg: 16px;
}
