/* src/frontend/static/css/variables.css */

/* default = dark theme */
:root {
  --bg: #0f0f10;
  --panel: #131313de;
  --card-bg: #101010;
  --muted: #565656;
  --text: #ffffff;
  --text-inverse: #000000;
  --accent: #D6FF3F;
  --active: #404E01;
  --accent-hover: #b0ff00;
  --accent-2: #f2c94c;
  --chip-bg: #D6FF3F;
  --chips-bg: #242424;
  --bg-weak: #282C19;
  --overlay: rgba(0, 0, 0, 0.75);
  --glass: rgba(255, 255, 255, 0.06);
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  --radius: 40px;
  --font-family-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --base-font-size: 16px;
  --border-color: #313131;
  --icon-bg: rgba(255, 255, 255, 0.1);
  --rail-text: #dadada;
  --rail-bg-hover: rgba(255, 255, 255, 0.1);

  --border-active: #6C7E28;
  --bg-active: #282C19;
}

