/*
Theme Name: WP Berita Sumut
Template: wpberita
Description: Child unik untuk liputan-sumut. Induk WP Berita.
Version: 1.2.0
Text Domain: wpberita-sumut
*/

:root {
  --wb-primary: #1E5A3A;
  --wb-accent: #C9A227;
  --wb-header: #123422;
  --wb-bg: #F7F5F0;
  --wb-head: "Playfair Display", Georgia, serif;
}

html[data-theme="dark"] {
  --wb-primary: #3A8A58;
  --wb-accent: #C9A227;
  --wb-header: #0A1A12;
  --wb-bg: #0F1712;
  --wb-ink: #E6F0E8;
  --wb-muted: #8AA090;
  --wb-paper: #18241C;
  --wb-line: #24382C;
  --wb-util: #0C1610;
  --wb-foot-bg: #07110B;
  --wb-foot-ink: #8AA090;
}

.wb-widg-title { font-family: var(--wb-head); }
