/**
 * Site-wide overrides — white surfaces, neutral accents (no peach/cream flash).
 */

html,
body.ci-global-theme,
body.ci-global-theme #page,
body.ci-global-theme #content,
body.ci-global-theme .site-content,
body.ci-global-theme .main-wrapper,
body.ci-global-theme #main,
body.ci-global-theme main {
	background-color: #ffffff !important;
}

body.ci-global-theme {
	font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #33302e;
}

body.ci-global-theme .secondary-background,
body.ci-global-theme .guides-section,
body.ci-global-theme .guides-section.secondary-background,
body.ci-global-theme .page-heading.secondary-background,
body.ci-global-theme .page-heading::after,
body.ci-global-theme .page-heading.secondary-background::after,
body.ci-global-theme .header-lang.secondary-background,
body.ci-global-theme .row-section:nth-child(2n),
body.ci-global-theme .cw-bitcoin-section,
body.ci-global-theme .cw-crypto-section {
	background-color: #ffffff !important;
}

/* Neutral replacements where the legacy theme used peach for stripes/borders */
body.ci-global-theme .news-article {
	border-bottom-color: #e5e7eb;
}

body.ci-global-theme .content-section table tr:nth-child(2n) td,
body.ci-global-theme .coin-list-table tr:nth-child(2n) td {
	background-color: #f9fafb;
}

body.ci-global-theme h1,
body.ci-global-theme h3,
body.ci-global-theme h4,
body.ci-global-theme h5,
body.ci-global-theme h6,
body.ci-global-theme .page-heading h1,
body.ci-global-theme .guides-section-title,
body.ci-global-theme .story h2,
body.ci-global-theme .entry-content h2 {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

/* V2 section labels (LATEST NEWS, MARKETS BRIEFING, etc.) — sans uppercase, not editorial serif */
body.ci-global-theme .ci-home-section__title,
body.ci-global-theme .ci-home-hero__side-title,
body.ci-global-theme .ci-cat-section-title,
body.ci-global-theme .ci-news-widget__title,
body.ci-global-theme .ci-news-archive__eyebrow,
body.ci-global-theme .ci-article-more__title,
body.ci-global-theme .ci-article-sidebar__title,
body.ci-global-theme .ci-cat-topnews-panel .ci-home-hero__side-title,
body.ci-global-theme .ci-authors__eyebrow,
body.ci-global-theme .ci-home-market__list-title,
body.ci-global-theme .ci-home-pulse-card__label {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	font-style: normal !important;
}
