/*
Theme Name: Kendura Foods Theme
Theme URI: https://kendurafoods.com/
Author: Kendura Foods
Author URI: https://kendurafoods.com
Description: A premium, state-of-the-art custom WordPress theme for Kendura Foods. Engineered for maximum visual excellence, featuring full responsiveness, high configurability through the WordPress Customizer, and out-of-the-box compatibility with WooCommerce and Elementor.
Version: 1.0.0
Requires at least: 7.0
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kendura-foods
Tags: e-commerce, custom-background, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready

This theme is built specifically for B2B wholesale, gluten-free flour manufacturing, and future e-commerce expansion.
*/

/* ==========================================================================
   CSS Custom Properties (Theme Design Tokens)
   Overwritten dynamically by WP Customizer options inside header.php
   ========================================================================== */
:root {
    /* Color Palette */
    --color-primary: #1b4332;       /* Elegant Forest Organic Green */
    --color-primary-rgb: 27, 67, 50;
    --color-secondary: #d4a373;     /* Warm Plantain Gold */
    --color-secondary-rgb: 212, 163, 115;
    --color-accent: #e76f51;        /* Sweet Potato Terracotta Red */
    --color-accent-rgb: 231, 111, 81;
    --color-background: #fdfcfa;    /* Neutral Cream Cassava white background */
    --color-surface: #ffffff;
    --color-text-main: #1e293b;     /* Slate main text */
    --color-text-muted: #64748b;
    --color-border: #e2e8f0;

    /* Typography */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;

    /* Layout & Utilities */
    --max-width: 1200px;
    --border-radius-sm: 8px;
    --border-radius-md: 16px;
    --border-radius-lg: 24px;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Let WordPress know we have a layout */
body {
    background-color: var(--color-background);
    color: var(--color-text-main);
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
}
