/*
Theme Name: WP Berita Bahas Otomotif
Template: wpberita
Description: Child unik untuk bahas-otomotif. Induk WP Berita.
Version: 1.4.0
Text Domain: wpberita-otomotif
*/

:root {
  --wb-primary: #212121;
  --wb-accent: #F9A825;
  --wb-header: #FAFAFA;
  --wb-bg: #F5F5F5;
  --wb-head: "WB Barlow", Tahoma, sans-serif;
}

html[data-theme="dark"] {
  --wb-primary: #F9A825;
  --wb-accent: #F9A825;
  --wb-header: #101010;
  --wb-bg: #121212;
  --wb-ink: #F0F0F0;
  --wb-muted: #A0A0A0;
  --wb-paper: #1C1C1C;
  --wb-line: #2E2E2E;
  --wb-util: #0E0E0E;
  --wb-foot-bg: #080808;
  --wb-foot-ink: #A0A0A0;
}

.wb-widg-title { font-family: var(--wb-head); }
.wb-mast { border-bottom-width: 4px; }

