/* Txtra — Paper Rush design tokens (from design-system guide; do not invent colors) */
:root{
  /* surfaces */
  --desk:#D8D1C0;
  --paper:#F8F4E7;
  --raised:#EFE8D2;
  --muted:#E5DDC7;
  --card:#FCF8EC;
  --locked-bg:#F1EBDA;

  /* graphite */
  --g900:#1B1B18;
  --g700:#474640;
  --g500:#77736A;
  --g300:#AAA397;
  --upcoming:#B4AD9F;
  --footer:#8B867A;

  /* accents — fixed semantics: blue=active, red=error, yellow=flow, green=done */
  --ink:#2E6EA8;
  --red:#C44C3F;
  --hl:#E6C83F;
  --hl-dark:#8a7a1e;
  --green:#557C66;

  /* lines + tints */
  --ruled:rgba(200,214,216,.5);
  --marginline:rgba(223,155,146,.65);
  --tint-blue:#EAF1F7;
  --tint-yellow:#FFF9E3;

  /* type */
  --mono:'Noto Sans Mono',monospace;
  --hand:'Comic Neue',cursive;
}
