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

:root {
  --wb-primary: #111111;
  --wb-accent: #F5A623;
  --wb-header: #000000;
  --wb-bg: #FFFFFF;
  --wb-head: Oswald, Impact, sans-serif;
}

html[data-theme="dark"] {
  --wb-primary: #F5A623;
  --wb-accent: #F5A623;
  --wb-header: #050505;
  --wb-bg: #0D0D0D;
  --wb-ink: #F2F2F2;
  --wb-muted: #A0A0A0;
  --wb-paper: #1A1A1A;
  --wb-line: #2A2A2A;
  --wb-util: #111111;
  --wb-foot-bg: #000000;
  --wb-foot-ink: #A0A0A0;
}

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