/* ==========================================================================
   theme-vice.css  —  Example server theme: "Vice City RP"
   Demonstrates a completely different palette + background with zero markup
   changes. Only the <link> to the theme file differs between servers.
   ========================================================================== */
:root {
  --bg-image: url("../images/bg/bg-default.webp");
  --bg-color: #120a16;
  --bg-overlay: rgba(20, 8, 26, 0.82);

  --surface: #1c1224;
  --surface-2: #24172e;
  --surface-3: #2e1d3a;
  --border: #3a2748;
  --border-strong: #4c3560;

  --accent: #ff4d94;          /* neon pink */
  --accent-hover: #ff77ad;
  --accent-contrast: #1a0a12;

  --info: #34c6d6;
}
