/* ==========================================================================
   theme-liberty.css  —  Example server theme: "Liberty City RP"
   Load AFTER base.css. Override ONLY tokens here; never restructure layout.
   Duplicate this file per server, change the values, and swap the <link>.
   Background image is a plain URL so the game can point it anywhere.
   ========================================================================== */
:root {
  --bg-image: url("../images/bg/bg-default.webp");
  --bg-color: #0d0f12;
  --bg-overlay: rgba(9, 12, 16, 0.84);

  --accent: #d9a441;          /* gold */
  --accent-hover: #eab959;
  --accent-contrast: #14161a;
}
