:root {
  --color-brand-primary: #1f5f8b;
  --color-brand-content: #2874a6;
}

.sidebar-brand-text {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.content-container {
  max-width: 62rem;
}

code {
  font-size: 0.95em;
}

