/* Vapehouse Option D — Apple style · accent: BLUE (#0071e3) */
:root {
  --accent: #0071e3;
  --accent-ink: #ffffff;
  --accent-dim: #e8f0fd;
  --accent-line: rgba(0, 113, 227, 0.3);
  --glow: rgba(0, 113, 227, 0.25);
}
