/* At Petrichor — brand tokens V0.1 (source of truth: BRAND_V0.md)
   V0.1 2026-07-09: rain-night darks — Noah: "blue is much better." Earth browns retired.
   Every At Petrichor surface imports or copies these. Do not fork values. */
:root {
  --ap-ground: #0b0f12;
  --ap-soil:   #12181d;
  --ap-rain:   #3d5a6b;
  --ap-amber:  #e8a24a;
  --ap-ember:  #e06b4a;
  --ap-moss:   #7fb069;
  --ap-cream:  #e8dcc0;
  --ap-mist:   #8b98a1;

  --ap-serif: Georgia, 'Times New Roman', serif;
  --ap-mono: ui-monospace, 'Cascadia Mono', 'SF Mono', monospace;

  --ap-line: rgba(232, 162, 74, 0.22);       /* hairlines on soil */
  --ap-line-rain: rgba(101, 131, 148, 0.45); /* hairlines on calm things */
}
