/*
Theme Name: BMAGNIV
Theme URI: https://bmagniv.co.il
Author: Anatoly
Author URI: https://bitcode.co.il
Description: Custom WordPress theme for BMAGNIV, featuring an app-like experience, optimized for WooCommerce, based on the PRD.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bmagniv
Tags: e-commerce, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce
*/

/*
 * CSS Custom Properties (from PRD)
 */
:root {
  --pink: #FF1B6B;
  --purple: #7B2CBF;
  --yellow: #FFB627;
  --orange: #FF6B00;
  --black: #0A0A0A;
  --cream: #FBF8F3;
  --gray: #5A5550;
  --light-gray: #E8E0D2;
  --green: #28A745;
  --red: #DC3545;
}

/* 
 * We will load the actual styles from assets/css/main.css or similar to keep this clean 
 * Or we can place global styles here later.
 */
