/*
Theme Name: WP Berita Jakarta
Template: wpberita
Description: Child unik untuk seputar-jakarta. Induk WP Berita.
Version: 1.2.0
Text Domain: wpberita-jakarta
*/

:root {
  --wb-primary: #2C3E8C;
  --wb-accent: #E24A3B;
  --wb-header: #1A2558;
  --wb-bg: #F4F5F8;
  --wb-head: "Libre Franklin", sans-serif;
}

html[data-theme="dark"] {
  --wb-primary: #5A72C8;
  --wb-accent: #E24A3B;
  --wb-header: #0C1230;
  --wb-bg: #0E1018;
  --wb-ink: #E8EAF4;
  --wb-muted: #8A90A8;
  --wb-paper: #1A1E2C;
  --wb-line: #2A3044;
  --wb-util: #0A0C16;
  --wb-foot-bg: #060810;
  --wb-foot-ink: #8A90A8;
}

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