/*
Theme Name: Biokader Theme
Theme URI: https://biokader.com/
Author: Biokader
Author URI: https://biokader.com/
Description: Custom, high-performance, conversion-focused WordPress theme for Biokader Honey & Organic Products. Features a modern #F1E04C and #000000 aesthetic, full WooCommerce support optimized for Cash on Delivery, and multilingual readiness (AR/EN/FR).
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: biokader
*/

/* Core variables mirroring the Stitch UI Design System */
:root {
    --color-primary: #F1E04C; /* Golden Yellow - 65% of UI */
    --color-secondary: #000000; /* Black - 35% of UI */
    --color-white: #ffffff;
    --color-gray-light: #f5f5f5;
    --color-gray-dark: #333333;
    
    --font-heading: 'Poppins', 'Montserrat', 'Cairo', sans-serif;
    --font-body: 'Poppins', 'Montserrat', 'Tajawal', sans-serif;
    
    --border-main: 2px solid var(--color-secondary);
    --border-light: 1px solid var(--color-secondary);
    --radius-main: 4px;
    --radius-card: 8px;
    
    --container-max-width: 1200px;
    --section-padding: 80px 0;
}

/* Base Styles */
body {
    font-family: var(--font-body);
    color: var(--color-secondary);
    background-color: var(--color-white);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* The majority of custom styles will be enqueued via /assets/css/main.css to keep style.css lightweight */
