
/* === NEP variable overrides for ProFlat (turn blues to reds/greys) === */
/* Map ProFlat's palette to your brand. */
html {
  /* primary UI (headers, forum bars, button borders) */
  --color01: #ca0000;      /* red instead of blue */
  --color02: #9a0000;      /* darker red for hovers/active */
  --color03: #ca0000;      /* accent */
  --color035: #ca000080;   /* translucent accent */
  /* text & surfaces */
  --color04: #ffffff;      /* text on primary */
  --color05: #ffffff;
  --color06: #f7f7f7;      /* section bg to match your site */
  --color07: #eeeeee;
  --color08: #e5e5e5;      /* navbar background */
  --color09: #dddddd;
  --color10: #cccccc;
  --color11: #999999;      /* muted text */
  --color12: #444444;      /* body text to match your site */
  --color13: #111111;      /* strong headings */
  --color14: #222222;
  --color15: #333333;
  --color16: #000000;
  --color17: #a9b8c2;      /* borders (keep neutral) */
  --color18: #d31141;      /* phpBB default alert red (keep) */
  --color19: #ff6600;      /* warn/orange (keep) */
  --color20: #5d8fbd;      /* legacy accent (unused, but set if needed) */
}

/* Optional: make forum/topic titles inherit heading colour */
a.forumtitle, a.topictitle { color: var(--color13); }
a.forumtitle:hover, a.topictitle:hover { color: var(--color02); }

/* Keep buttons readable – if ProFlat sets text to var(--color04), this remains white */
