/*
Theme Name: BD Organic
Theme URI: https://example.com
Author: Your Store
Description: Premium, natural, mobile-first WooCommerce theme for a Bangladesh organic/natural products store. Colors, typography, and homepage content are editable from Appearance > Customize and Settings > BD Organic.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: bd-organic
*/

/* Design tokens — actual values are overridden at runtime by inc/customizer output
   (see inc/customizer-output.php), which writes a <style> block using the colors set
   in Appearance > Customize > Brand Colors. These are just sane fallbacks. */
:root{
  --bdo-green: #2f5233;
  --bdo-green-light: #4f7a52;
  --bdo-cream: #f7f3ea;
  --bdo-white: #ffffff;
  --bdo-text: #232323;
  --bdo-gold: #b08a4e;
  --bdo-radius: 14px;
  --bdo-shadow: 0 4px 20px rgba(35,35,35,0.08);
  --bdo-font-latin: 'Poppins', sans-serif;
  --bdo-font-bangla: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif;
}
