/* A=1 DCL site — scaffold styles. Visual polish lands in Phase 5. */

:root {
  --dcl-accent: #2c5aa0;
}

.navbar-brand {
  font-weight: 600;
}

main blockquote {
  border-left: 4px solid var(--dcl-accent);
  padding-left: 1rem;
  color: #444;
}

.callout {
  margin-block: 1.25rem;
}

model-viewer {
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

/* Subscribe-by-RSS line on the news and essays listing pages. */
.subscribe-rss {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.subscribe-rss .btn {
  white-space: nowrap;
}

.subscribe-rss code {
  font-size: 0.85em;
}
