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

:root {
  --wb-primary: #2C2D6E;
  --wb-accent: #00A8A8;
  --wb-header: #1A1B45;
  --wb-bg: #F3F4F8;
  --wb-head: "Work Sans", sans-serif;
}

html[data-theme="dark"] {
  --wb-primary: #4A4CB8;
  --wb-accent: #00A8A8;
  --wb-header: #0E0E24;
  --wb-bg: #10101C;
  --wb-ink: #E8EAF8;
  --wb-muted: #8A90B8;
  --wb-paper: #1C1C32;
  --wb-line: #2C2C4A;
  --wb-util: #12122A;
  --wb-foot-bg: #0A0A18;
  --wb-foot-ink: #8A90B8;
}

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