/*
Theme Name: NordicCraft (Astra Child)
Theme URI: https://nordiccraft.example.com
Description: Premium handmade home decor & furniture WooCommerce child theme, built on Astra. Luxury Scandinavian / contemporary editorial design.
Author: NordicCraft
Template: astra
Version: 1.0.0
Text Domain: nordiccraft
*/

/* ==========================================================================
   NORDICCRAFT DESIGN SYSTEM — CSS CUSTOM PROPERTIES
   ========================================================================== */

:root{
  /* Color palette */
  --nc-bg:            #FAF6EF;   /* warm ivory / off-white */
  --nc-bg-soft:       #F1E9DC;   /* soft beige */
  --nc-surface:       #FFFFFF;
  --nc-text:           #2B2622;  /* deep charcoal */
  --nc-muted:          #6E655C;
  --nc-accent:         #A9724F;  /* muted earthy terracotta */
  --nc-accent-dark:    #8C5C3D;
  --nc-border:         #E7DFD2;  /* light warm gray */
  --nc-border-strong:  #D8CDBB;
  --nc-error:          #A3423B;
  --nc-success:        #4E6B4E;

  /* Typography */
  --nc-font-heading: 'Fraunces', 'Playfair Display', Georgia, serif;
  --nc-font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Radius / shape (kept minimal, no heavy rounding) */
  --nc-radius-sm: 2px;
  --nc-radius:    4px;

  /* Spacing scale */
  --nc-space-xs:  8px;
  --nc-space-sm:  16px;
  --nc-space-md:  24px;
  --nc-space-lg:  40px;
  --nc-space-xl:  64px;
  --nc-space-2xl: 96px;

  /* Layout */
  --nc-container: 1280px;
  --nc-container-wide: 1440px;

  /* Motion */
  --nc-transition: 220ms ease;
  --nc-transition-slow: 420ms ease;
}

/* Everything else (base, layout, components) lives in assets/css/*.css
   and is enqueued conditionally via functions.php — kept out of style.css
   on purpose so the Theme Header stays lightweight and WordPress-standard. */
