/* Viking color scheme — https://panr.github.io/terminal-css/ */
:root {
  --background: #0E1923;
  --foreground: #D6E8EE;
  --accent: #5ACCF0;
}

.index-content h1,
.index-content > h1 {
  line-height: 2 !important;
}