/*
Theme Name: WP Berita Kendal
Template: wpberita
Description: Child unik untuk berita-kendal. Induk WP Berita.
Version: 1.2.0
Text Domain: wpberita-kendal
*/

:root {
  --wb-primary: #2F4F2F;
  --wb-accent: #D4A017;
  --wb-header: #1C2E1C;
  --wb-bg: #F6F7F4;
  --wb-head: "Libre Franklin", sans-serif;
}

html[data-theme="dark"] {
  --wb-primary: #4A7A4A;
  --wb-accent: #D4A017;
  --wb-header: #0E160E;
  --wb-bg: #101410;
  --wb-ink: #E8F0E4;
  --wb-muted: #90A088;
  --wb-paper: #1A221A;
  --wb-line: #2A3628;
  --wb-util: #121812;
  --wb-foot-bg: #0A0E0A;
  --wb-foot-ink: #90A088;
}

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