/* GENERATED FILE - do not edit. Source: src/styles/. Rebuild: npm run build */
/* Flashbag - manifesto page styles. Shared chrome lives in ../site.css. */

.page-head { padding-bottom: 24px; }

.manifesto { padding: 0 0 128px; }
.manifesto .prose {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 32px;
}
.manifesto .prose p {
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 26px;
}
.manifesto .prose strong {
  font-weight: 700;
  color: var(--ink);
}
.manifesto .prose .fb-mark {
  white-space: nowrap;
  font-weight: 700;
  color: var(--ink);
}
.manifesto .prose .fb-mark img {
  /* site.css sets img { display: block } globally - this one must flow with text */
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: -0.14em;
  margin-right: 0.22em;
}
.manifesto .prose p.beat {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 40px 0;
}
.manifesto .prose p.beat.close {
  font-size: clamp(28px, 3.2vw, 38px);
  margin: 56px 0 0;
}
@media (max-width: 640px) {
  .manifesto .prose p { font-size: 17.5px; }
}
