/*
Theme Name: Lumisyla
Theme URI: https://edentides.com
Author: Edentides
Author URI: https://edentides.com
Description: Lumisyla brand child theme for Hello Elementor. Carries the full Edentides fusion design system, tokens, and micro-interactions. Pair with Elementor Pro for visual editing of every page.
Template: hello-elementor
Version: 0.2.0
License: Proprietary
Text Domain: edentides-child
*/

/* ============================================================
   Design tokens (single source of truth)
   These are consumed by fusion.css AND by Elementor Global Styles.
   Change a token here → whole site updates.
   ============================================================ */
:root {
  /* Color palette — mirrors fusion.css original values */
  --shell:          #151016;
  --shell-deep:     #241a22;
  --ink:            #f8efe7;
  --ink-soft:       #c8bdb5;
  --ink-faint:      #8c8279;
  --blush:          #b36b6b;
  --blush-soft:     #d4a39a;
  --mauve:          #866078;
  --mauve-soft:     #c4aab6;
  --aubergine:      #cf9d86;
  --aubergine-deep: #f7ebe2;
  --line:           rgba(248, 239, 231, 0.14);
  --shadow-soft:    0 36px 90px rgba(5, 4, 7, 0.46);
  --shadow-card:    0 22px 58px rgba(5, 4, 7, 0.34);

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;

  /* Animation */
  --speed: 320ms;
}

/* Body-level fusion class so selectors still match on Hello Elementor parent */
body { background: var(--shell); color: var(--ink); font-family: var(--font-sans); line-height: 1.7; }
body.elementor-kit-loaded { background: var(--shell); }

/* Full fusion design system — imported */
@import url('./assets/fusion.css');
