/*
 Theme Name:   Kacy Hello Child
 Theme URI:    https://kacyinvestments.com
 Description:  Child theme for Hello Elementor — At Sylvan & Kacy Investments dual-brand site
 Author:       Siegle Partners
 Author URI:   https://sieglepartners.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  kacy-hello-child
*/

/* ─────────────────────────────────────────────
   GLOBAL BRAND TOKENS
   ───────────────────────────────────────────── */
:root {
  /* At Sylvan palette */
  --as-green:        #2D4A3B;
  --as-green-mid:    #3a5f4d;
  --as-green-dark:   #1f3529;
  --as-green-light:  #4a7a60;
  --as-cream:        #F0EDE6;
  --as-cream-dark:   #E3DDD4;
  --as-cream-card:   #FAFAF7;
  --as-text:         #2a2a2a;
  --as-text-mid:     #555555;
  --as-text-light:   #888888;

  /* Kacy Investments palette */
  --ki-navy:         #1B2A3B;
  --ki-navy-mid:     #243447;
  --ki-navy-dark:    #111d28;
  --ki-gold:         #C9A96E;
  --ki-gold-light:   #dfc08a;
  --ki-cream:        #F5F2ED;
  --ki-text:         #1e1e1e;

  /* Shared typography */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'Raleway', system-ui, sans-serif;
}

/* ─────────────────────────────────────────────
   RESET HELLO ELEMENTOR FONT SIZE
   Hello Elementor intentionally doesn't set a
   base font size — this keeps rem reliable at 16px
   ───────────────────────────────────────────── */
html {
  font-size: 16px;
}

/* ─────────────────────────────────────────────
   UTILITY: hide Elementor default page title
   ───────────────────────────────────────────── */
.entry-title,
.page-title,
.elementor-page-title {
  display: none !important;
}

/* ─────────────────────────────────────────────
   SMOOTH SCROLL
   ───────────────────────────────────────────── */
html {
  scroll-behavior: smooth;
}

/* ─────────────────────────────────────────────
   GOOGLE FONTS LOAD
   ───────────────────────────────────────────── */
/* Loaded via functions.php wp_enqueue_style — see below */
