:root {
  --color-brand: #3752a0;
  --color-accent: #3752a0;
}
html.dark {
  --color-brand: #92b4ff;
  --color-accent: #92b4ff;
}
