/*
Theme Name: WP Berita Solo
Template: wpberita
Description: Child unik untuk kabar-solo. Induk WP Berita.
Version: 1.2.0
Text Domain: wpberita-solo
*/

:root {
  --wb-primary: #3D2B1F;
  --wb-accent: #A33B20;
  --wb-header: #2A1C14;
  --wb-bg: #F8F1E7;
  --wb-head: "Cormorant Garamond", serif;
}

html[data-theme="dark"] {
  --wb-primary: #C45A38;
  --wb-accent: #A33B20;
  --wb-header: #16100C;
  --wb-bg: #14100D;
  --wb-ink: #F3E8DC;
  --wb-muted: #A89480;
  --wb-paper: #241C16;
  --wb-line: #3A3028;
  --wb-util: #181410;
  --wb-foot-bg: #0E0A08;
  --wb-foot-ink: #A89480;
}

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