/* Site CSS overrides — this file is linked by the theme on every page. */

/* Wrap long lines in code blocks instead of horizontal scrolling. */
pre,
pre code {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Make links inside code blocks visibly clickable. */
pre a {
  text-decoration: underline;
}

/* Smooth fade when the subtitle cycles between taglines. */
.brand .subtitle {
  transition: opacity 0.6s ease;
}
