:root {
  --app-accent: #1b4d7a;
}

html.dark {
  --app-accent: #4e9de4;
}
