/*
Theme Name: Organic Life BD
Theme URI: https://organiclifebd.com
Author: Nexus AI
Author URI: https://organiclifebd.com
Description: Bespoke conversion-focused theme for Organic Life BD — a Bangladesh COD e-commerce brand selling natural health products. Mobile-first, Bengali typography, trust-signal heavy, WooCommerce + CartFlows + Nexus AI Chat ready.
Version: 1.21.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: organic-life-bd
Tags: e-commerce, woocommerce, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready

This theme is intentionally minimal — heavy customisations live in
assets/css/main.css. This file only contains the WP theme header + a
small amount of critical CSS so the very first paint isn't unstyled.
*/

/* === Critical reset === */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Hind Siliguri', 'Noto Sans Bengali', 'Segoe UI', system-ui, -apple-system, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1e293b;
	background: #fafaf9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #16a34a; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Prevent FOUC of critical above-fold sections. The full design system
   loads via assets/css/main.css */
.olb-loading { opacity: 0; }
