:root {
  --reveal-font: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;

  --reveal-focus: #0078d4;

  --reveal-tag-left-bg: rgb(32 36 42 / 82%);
  --reveal-tag-left-fg: #ffffff;
  --reveal-tag-right-bg: rgb(240 243 246 / 90%);
  --reveal-tag-right-fg: #20242a;
}

:root.dark {
  --reveal-focus: #4daafc;
}
