/* ============================================================
   Komorebi — Design tokens (minimal / single-tint)
   ============================================================ */
:root{
  /* warm neutrals */
  --bg:          #FBF1E3;   /* page background */
  --surface:     #FFF8EE;   /* inputs / cards  */
  --text:        #2E1A12;   /* ink             */
  --muted:       #7A5848;   /* secondary text  */
  --border:      #EAD6BE;   /* hairlines       */

  /* the single tint */
  --accent:      #C2410C;   /* canyon orange   */
  --accent-ink:  #FFF8EE;   /* text on accent  */
  --accent-soft: #F6D9C4;   /* tint wash       */

  /* type */
  --font-display:'Bricolage Grotesque', ui-sans-serif, system-ui, sans-serif;
  --font-body:   'Inter', ui-sans-serif, system-ui, sans-serif;

  /* shape & motion */
  --radius:      12px;
  --grain:       .05;
  --ease:        cubic-bezier(.2,.65,.25,1);
  --maxw:        560px;
}
