/* ====== EARNED INK v2 · FIELD ISSUE — design tokens (00-style-guide.md) ======
   This file is the style guide as code. It is the shareable artifact: any other
   surface (unfurl cards, email, print) should consume these custom properties. */
@layer tokens, base, components, views;

@layer tokens{
:root{
  /* Paper-white gallery: the page recedes; plays, people, and execution carry
     the colour. These stocks are warm enough to avoid sterile SaaS white. */
  --canvas:#FCF8F1;
  --paper:#FBF6EE;
  --surface:#FFFCF7;
  --surface-muted:#F5F0E8;
  --rule:#CEC7BC;
  --control:#DCD6CD;
  --control-strong:#CCC5BB;
  --soft-green:#E4EEE7;
  --soft-green-strong:#CFE2D4;
  --play-mark:#EEE1A0;
  --marigold:#D8C46B; --ember:#B47155; --clay-light:#D8AE9B; --sage:#D9E1D7; --bone:#FFFCF7; --slate:#29464A;
  --ink:#19372F; --bone-t:#F4F1E9;
  --sans:"Archivo","Helvetica Neue",Futura,sans-serif;
  --mono:"IBM Plex Mono",ui-monospace,"SF Mono",Menlo,monospace;
}
}
