/**
 * Giao diện 2 – Đỏ truyền thống.
 * Tông đỏ báo Đảng, tiêu đề serif trang trọng. Bố cục như giao diện 1.
 */

:root {
	--c-primary: #b01116;
	--c-primary-dark: #8c0d11;
	--c-accent: #b01116;
	--c-topbar-bg: #8c0d11;
	--c-topbar-text: #f6d9da;
	--c-footer-bg: #6f0a0e;
	--c-footer-text: #f0d5d6;
	--c-title: #2a1215;
	--c-section-title: #b01116;
	--font-heading: Georgia, "Times New Roman", serif;
	--section-title-border: 3px solid #b01116;
}

.site-title { color: #b01116; }
.section-title { text-transform: none; letter-spacing: .3px; }
.entry-title, .card-large .card-title { font-family: var(--font-heading); }
.pagination .page-numbers.current { background: #b01116; border-color: #b01116; }
