/* THE SENSEI — exported identity (Edition 01 · July 2026)
   Drop into any FloppySkill builder. The red belongs to the seal: use --color-seal
   ONLY for the mark, never for text, buttons, or decoration. */
:root{
  --color-primary: #17181A;   /* sumi — the ink, the room at night */
  --color-surface: #F1EAD9;   /* washi — the paper, the ground */
  --color-accent:  #B98B57;   /* hinoki — the wood, warmth and emphasis */
  --color-seal:    #A63B22;   /* the seal's red — the mark only */
  --neutral-2:     #E7DEC7;
  --font-display:  "Shippori Mincho", Georgia, serif;
  --font-text:     "Zen Kaku Gothic New", system-ui, sans-serif;
  --radius:        4px;
  --ease:          cubic-bezier(.22,.9,.24,1);
  --dur-micro:     150ms;   /* hover, focus, copy */
  --dur-move:      450ms;   /* reveals, cards */
  --dur-stamp:     1100ms;  /* the signature: arrive off, settle true */
}
