/* pumpfm.vote — default theme. Custom property overrides only; structural
   CSS lives in index.html. This file restates the current defaults
   explicitly so it doubles as a reference for what's themable — every
   value here already matches the base :root, so loading it changes
   nothing. A third theme can be built by copying this file and changing
   values. */
:root {
  --accent: #54F096;
  --bg: #0B0F0D;
  --panel: #121815;
  --border: #1E2723;
  --text: #E8F0EB;
  --text-secondary: #7C8A83;

  --radius: 11px;
  --radius-sm: 8px;

  --sans: "Fredoka", system-ui, sans-serif;
  --mono: ui-monospace, "JetBrains Mono", monospace;
  --body-sans: system-ui, sans-serif;

  --pad: 13px;
  --pad-x: 16px;
  --card-pad-y: 9px;
  --card-pad-x: 12px;
  --card-gap: 6px;
  --panel-pad-y: 12px;
  --panel-pad-x: 14px;
  --line-height: 1.4;
  --msg-gap: 8px;

  --queue-border: none;
  --queue-bg: transparent;
  --queue-pad: 0px;
}
