/*
Theme Name: WBM Digital
Theme URI: https://loag.co.tz/
Author: LOAG LIMITED
Author URI: https://loag.co.tz/
Description: Custom digital platform theme for WBM Tanzania / Wezesha Binti na Mama. Built for programmes, Jipange, opportunities, learning resources, impact, stories, partner engagement and the future My WBM ecosystem.
Version: 0.9.0-demo
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: wbm-digital
License: Proprietary demo theme
*/

:root{
  --wbm-magenta:#d31462;
  --wbm-magenta-dark:#a70c48;
  --wbm-orange:#f28a1a;
  --wbm-gold:#f6c847;
  --wbm-ink:#171417;
  --wbm-muted:#6d666b;
  --wbm-paper:#fffaf6;
  --wbm-white:#ffffff;
  --wbm-line:#eadfe5;
  --wbm-green:#1f7a55;
  --wbm-max:1240px;
  --wbm-radius:24px;
  --wbm-shadow:0 18px 60px rgba(45,17,31,.12);
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--wbm-paper);color:var(--wbm-ink);font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
*{box-sizing:border-box} img{max-width:100%;height:auto} a{color:inherit} button,input,select,textarea{font:inherit}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
