/* custom.css — Newspaper Theme Builder v2 */
:root {
  --font-display: 'Raleway', Georgia, serif;
  --font-body: 'DM Sans', Georgia, serif;
  --font-ui: 'Barlow', sans-serif;
  --color-site-bg: #000000;
  --color-content-bg: #1c1c1c;
  --color-sidebar-bg: #1c1c1c;
  --color-accent: #c0392b;
  --color-body-text: #f6efef;
  --color-card-bg: #1c1c1c;
  --color-excerpt-text: #cfcfcf;
  --color-header-bg: #c0392b;
  --color-header-text: #f5f0e8;
  --color-tagbar-bg: #812318;
  --color-footer-bg: #812318;
  --color-footer-text: #cccccc;
  --color-people-tag: #c0392b;
  --color-people-tag-bg: #c0392b;
  --color-topics-tag: #ffffff;
  --color-tagbar-featured: #faf200;
  --color-tagbar-section-label: #ffffff;
  --color-tagbar-link: #ffffff;
}
body { font-family: var(--font-body); }
h1,h2,h3,h4,h5,h6,.post-card__title,.post-card-dense__title,.feed-section__title,.sidebar-widget__header,.site-header__title,.post-header__title,.all-tags-header__title,.tag-type-header__name,.archive-header__title,.site-footer__brand .footer-title {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.02em;
}
.post-card__title { font-size: 1.05rem; }
.feed-section__title { font-size: 1.2rem; }
.post-body { font-size: 1.05rem; line-height: 1.75; }
.site-header__nav a,.tagbar-block__type,.tagbar-block__items a,.tag-badge,.post-card__footer,.post-card__date,.post-card-dense__meta,.post-card-dense__byline,.feed-section__viewall,.post-share__btn,.post-share,.pagination,.post-header__byline,.archive-header__count,.site-footer__col ul a,.site-footer__bottom { font-family: var(--font-ui); }
.site-header__nav a { font-size:1rem; font-weight:600; text-transform:uppercase; letter-spacing:0.06em; }
/* Nav alignment: Logo Center */
.site-header__inner{position:relative;} .site-header__logo{position:absolute;left:50%;transform:translateX(-50%);z-index:1;} .site-header__nav{justify-content:flex-start;flex:none;margin-right:auto;margin-left:0;}
n

.post-tags__tag--people,.sidebar-tag-item--people { background:var(--color-people-tag-bg); color:var(--color-people-tag); }
.post-tags__tag--people:hover,.sidebar-tag-item--people:hover { opacity:.85; color:var(--color-people-tag); }
.tagbar-block__type { color:var(--color-tagbar-section-label,#ffffff) !important; }
.tagbar-block__type--featured { color:var(--color-tagbar-featured,#ffffff) !important; }
.tagbar-block__items a { color:var(--color-tagbar-link,#ffffff) !important; }
.tagbar-block[data-type="people"] .tagbar-block__type { color:var(--color-tagbar-section-label,#ffffff) !important; }
.post-tags__tag--topics,.sidebar-tag-item--topics { background:var(--color-accent,#c0392b); color:var(--color-topics-tag); }
.post-tags__tag--topics:hover,.sidebar-tag-item--topics:hover { opacity:.85; color:var(--color-topics-tag); }
.post-card__excerpt, .post-card-dense__excerpt, .sidebar-post-item__meta { color: var(--color-excerpt-text) !important; }


.post-header__feature-img img { max-height:260px; object-fit:cover; }



.author-box { display:none; }
.announcement-bar { display:none; }