/*
Theme Name: Kodomart
Theme URI: https://kodomart.com
Author: Kodomart Dev
Author URI: https://kodomart.com
Description: Premium industrial WooCommerce theme for tools & hardware stores. No page builders — pure PHP + CSS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kodomart
Tags: woocommerce, e-commerce, industrial, custom-menu, custom-logo, responsive-layout, full-width-template
WC requires at least: 7.0
WC tested up to: 8.5
*/

/* ========================================
   DESIGN SYSTEM TOKENS
   ======================================== */
:root {
  /* Brand Colors */
  --color-black:       #0a0a0a;
  --color-yellow:      #f5c518;
  --color-yellow-dark: #d4a80a;
  --color-yellow-light:#fff3b0;
  --color-dark:        #141414;
  --color-dark-2:      #1e1e1e;
  --color-dark-3:      #2d2d2d;
  --color-gray:        #555555;
  --color-gray-light:  #888888;
  --color-border:      #2a2a2a;
  --color-light:       #f8f8f8;
  --color-white:       #ffffff;

  /* Typography */
  --font-heading: 'Bebas Neue', 'Impact', sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;
  --text-7xl:  4.5rem;

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Borders */
  --radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg:  12px;
  --radius-xl:  16px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm:  0 2px 8px rgba(0,0,0,0.3);
  --shadow-md:  0 4px 24px rgba(0,0,0,0.4);
  --shadow-lg:  0 8px 40px rgba(0,0,0,0.5);
  --shadow-yellow: 0 4px 24px rgba(245,197,24,0.2);

  /* Transitions */
  --transition-fast:   150ms ease;
  --transition-base:   250ms ease;
  --transition-slow:   400ms ease;
  --transition-spring: 350ms cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Layout */
  --container-max:  1400px;
  --header-height:  80px;
  --sidebar-width:  280px;
}
