/* Homepage typography and surfaces across the existing page layouts. */
body h1:not(.header h1):not(.debate-hero h1),
body .forum-index-title, body .forum-category-title,
body .mafia-index-title, body .mafia-category-title,
body .debates-index-page .debate-index-title {
  font-family:var(--font-display); font-weight:400; letter-spacing:-.025em;
}
body .debates-index-page, body .debates-form-page, body .user-profile-page { background:transparent; }
body .user-profile-page .profile-hero { background:linear-gradient(115deg,var(--color-surface),var(--color-page-wash)); }
body .debate-show-page { background:var(--color-bg); }
body .debates-index-page, body .debates-form-page { --color-brand: #245db5; }
body .debates-index-page .debate-index-tabs, body .debates-index-page .debate-index-card { background:var(--color-surface); }
body .debates-index-page .debate-index-card { border-color:var(--color-border); border-left-color:var(--color-brand); }
body .debates-index-page .debate-index-card-topic a { color:var(--color-accent-text); }
body .debates-index-page .debate-index-tabs .active { color:#fff; background:var(--color-brand); }

body .debates-index-page .debate-index-tab.is-active { background:var(--color-brand); color:#fff; }
body .debates-index-page .debate-index-status-pill--voting { background:var(--color-accent-soft); color:var(--color-accent-text); }
