:root {
  --reveal-font: "Google Sans", "Helvetica Neue", Arial, sans-serif;
  --reveal-focus: #0b57d0;
}

:root.dark {
  --reveal-focus: #8ab4f8;
}
