/* Huginn — tokens.css */
/* CSS custom properties (design tokens) extracted from index.html */

:root{
  --bg:#121415;--surface:#1a1b1c;--surface2:#212324;
  --border:#2a2c2e;--border2:#363839;
  --gold:#8C7355;--gold2:#a08468;
  --green:#8C7355;--text:#BCC6CC;--text2:#8a9499;--text3:#4A4D4E;
  --red:#c0524a;--blue:#8C7355;--accent:#8C7355;
  --sulfur:#E5B53B;--tungsten:#4A4D4E;--bronze:#8C7355;--silver:#BCC6CC;
  --font:'Roboto',sans-serif;--radius:12px;--tab-h:72px;
}
