/*
Theme Name: Shopkeeper Nikky
Theme URI: https://nikkyshop.com
Author: NIKKY SHOP
Author URI: https://nikkyshop.com
Description: Premium child theme for NIKKY SHOP - Modern masculine aesthetic for beard care and streetwear ecommerce.
Template: shopkeeper
Version: 1.0.5.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shopkeeper-nikky
*/

/* ==========================================================================
   CSS Custom Properties - NIKKY SHOP Design System
   ========================================================================== */

:root {
    /* Primary Colors */
    --nikky-charcoal: #1a1a1a;
    --nikky-rich-black: #0d0d0d;
    --nikky-dark-grey: #2a2a2a;

    /* Accent Colors */
    --nikky-amber: #D4A574;
    --nikky-gold: #C69C6D;
    --nikky-gold-light: #E5C9A8;

    /* Light Colors */
    --nikky-cream: #F5F1ED;
    --nikky-off-white: #FAF8F5;
    --nikky-white: #FFFFFF;

    /* Text Colors */
    --nikky-text-dark: #1a1a1a;
    --nikky-text-light: #F5F1ED;
    --nikky-text-muted: #888888;

    /* Shadows */
    --nikky-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
    --nikky-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15);
    --nikky-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.2);
    --nikky-shadow-gold: 0 0 20px rgba(212, 165, 116, 0.3);

    /* Transitions */
    --nikky-transition: all 0.3s ease;
    --nikky-transition-slow: all 0.5s ease;

    /* Typography - Jost */
    --nikky-font-heading: 'Jost', sans-serif;
    /* Assuming primary is heading */
    --nikky-font-body: 'Jost', sans-serif;

    /* Spacing - Airy & Generous */
    --nikky-spacing-xs: 0.5rem;
    --nikky-spacing-sm: 1rem;
    --nikky-spacing-md: 2rem;
    --nikky-spacing-lg: 3rem;
    --nikky-spacing-xl: 5rem;
    --nikky-spacing-xxl: 8rem;

    /* Border Radius */
    --nikky-radius-sm: 4px;
    --nikky-radius-md: 8px;
    --nikky-radius-lg: 16px;
}