/*
  New API custom layer.
  Edit this file for quick visual changes, then run:
    sudo systemctl reload nginx

  Examples:
    :root { --custom-brand-color: #0f766e; }
    body { font-family: "Microsoft YaHei", sans-serif; }
*/

html[data-newapi-custom="ready"] {
  --custom-brand-color: #0f766e;
}
