/*
Theme Name: Bebohar
Theme URI: https://bebohar.com
Author: Bebohar
Author URI: https://bebohar.com
Description: Bebohar — Premium Preloved Fashion Marketplace. A pixel-faithful WordPress + WooCommerce recreation of the original Bebohar PHP marketplace. Tailwind-based, bilingual (Bengali/English), multi-vendor ready (pairs with the Bebohar Marketplace plugin).
Version: 0.1.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bebohar
Tags: ecommerce, marketplace, woocommerce, rtl-language-support, translation-ready
*/

/* ------------------------------------------------------------------
   Brand tokens (ported from the original Tailwind config in header.php)
   brand.rose      #E13054
   brand.roseLight #FFF5F6
   brand.roseHover #C81E41
   brand.dark      #1F2937
   Fonts: "Plus Jakarta Sans" (sans), "Playfair Display" (serif)
   Full design system is implemented in assets/css/ and enqueued in
   functions.php. This file is the WordPress theme header only.
   ------------------------------------------------------------------ */

:root {
    --brand-rose: #E13054;
    --brand-rose-light: #FFF5F6;
    --brand-rose-hover: #C81E41;
    --brand-dark: #1F2937;
}
