/* generated by build.py from graphfolio.config.json -> "theme". Do not edit by hand. */
:root{
  --accent:#8c6e14;
  --accent-soft:rgba(140,110,20,.20);
  --fk:#8c6e14;
  --fk-soft:rgba(140,110,20,.20);
}
html[data-theme="light"]{
  --accent:#8c6e14;
  --accent-soft:rgba(140,110,20,.20);
  --fk:#8c6e14;
  --fk-soft:rgba(140,110,20,.20);
}
:root{
  --card:#16161b; --cap:#9aa0b4; --person:#9aa0c0; --personlbl:#bcc0d4;
  --edge-hc:#7a7a85; --mixdot:#c8b48a;
  --hero-tint:#f3e6c0; --hero-tint2:#d9d4c6;
}
html[data-theme="light"]{
  --card:#f5f4f0; --accent-soft:rgba(140,110,20,.16);
  --fk-soft:rgba(140,110,20,.16); --person:#565ba0; --personlbl:#474c86; --mixdot:#8a6c30;
}
