/* Shared theme for static HTML pages (about, contact, help, privacy, terms).
 * Mirrors the app's color tokens. Always dark to match app branding. */

:root {
  --bg: #0f1419;
  --fg: #e0e0e0;
  --fg-strong: #ffffff;
  --fg-secondary: #8b9dc3;
  --primary: #4f6d7a;
  --accent: #d4915d;
  --border: rgba(79, 109, 122, 0.2);
}
