/* BookLoop theme — midnight navy + electric lime */
:root {
  --bg: #080E1A;
  --surface: #0F1623;
  --surface2: #151E2D;
  --lime: #C8FF00;
  --lime-dim: #9BBF00;
  --text: #F0F4F8;
  --text-muted: #7A8BA0;
  --text-dim: #4A5A6E;
  --border: rgba(200, 255, 0, 0.12);
  --border-light: rgba(240, 244, 248, 0.06);
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Figtree', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
