/* Base (light) theme */
:root {
  --bg: #f8f9fb;
  --text: #132b4f;
}


/* Dark theme */
:root.dark {
  --bg: #1b1b1b;
  --text: #f8f9fb;
}
