/* foothold.me — tokens. Dark default; html.light for light. */

:root {
  --bg:        #0a0a0c;
  --fg:        #eceae4;
  --muted:     #8a8794;
  --line:      #23222b;
  --accent:    #9b87d4;
  --accent-fg: #0a0a0c;
  --brand:     #3e1d76;
  --ink:       #ddd9e6;
  --panel:     #121116;

  --font:   'Mulish';
  --serif:  var(--font);

  --radius: 2px;
  /* Minimal side inset — no fat “ears”. */
  --gutter: 16px;
  --max-w:  none;

  --ds-radius: var(--radius);
}

html.light {
  --bg:        #f4f2ee;
  --fg:        #16141c;
  --muted:     #6a6674;
  --line:      #ddd8d0;
  --accent:    #3e1d76;
  --accent-fg: #f4f2ee;
  --ink:       #16141c;
  --panel:     #ebe7e0;
}
