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

:root {
  --wb-primary: #1B5E20;
  --wb-accent: #F0B429;
  --wb-header: #0F3D14;
  --wb-bg: #F4F7F2;
  --wb-head: "Playfair Display", Georgia, serif;
}

html[data-theme="dark"] {
  --wb-primary: #3A9A40;
  --wb-accent: #F0B429;
  --wb-header: #08240A;
  --wb-bg: #0C140C;
  --wb-ink: #E6F0E4;
  --wb-muted: #88A084;
  --wb-paper: #182418;
  --wb-line: #283428;
  --wb-util: #0A120A;
  --wb-foot-bg: #060E06;
  --wb-foot-ink: #88A084;
}

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