
:root {
  --title-font-family: "Tomorrow";
  --subtitle-font-family: "Cormorant Garamond";
  --code-font-family: "JetBrains Mono";
  --name-font-family: "Cormorant Garamond";
  --nav-bar-title-fg-color: #0c0f1d;
  --bg-color: #0c0f1d;
  --fg-color: #e8f7ff;
  --second-bg-color: #9bf6ff;
  --second-fg-color: #ffd6ff;
  --second-hover-fg-color: #bdb2ff;
  --nav-font-size: 1.3em;
  --category-font-size: 1.3em;
}
