/* ==========================================================================
   theme-mafia1.css  —  Server theme: "Mafia: The City of Lost Heaven (2002)"
   Load AFTER base.css. Override ONLY tokens here; never restructure layout.
   Neutral grey dark mode; only the accent (links, lines, highlights) is themed.
   ========================================================================== */
:root {
  --bg-image: url("../images/bg/bg-mafia1.webp");
  --bg-color: #0d0f12;
  --bg-overlay: rgba(13, 15, 18, 0.86);

  --surface: #16191f;
  --surface-2: #1d2129;
  --surface-3: #252b35;
  --border: #2e3644;
  --border-strong: #3b4555;

  --text: #e7e9ee;
  --text-muted: #9aa3b2;
  --text-dim: #6c7686;

  --accent: #c9a24b;          /* aged amber-gold */
  --accent-hover: #e0bb63;
  --accent-contrast: #14100a;

  --success: #4a9e6a;
  --danger: #c0533f;
  --info: #4a7fb0;
}
