/*
 * Theme Name:  Hirschfeld Child
 * Description: Child theme for Hirschfeld Homes — built on The7.
 * Template:    dt-the7
 * Version:     1.0.0
 * Author:      Infinite Media Corp.
 */

/* ============================================================
   DESIGN TOKENS
   All brand colours and type choices live here as CSS variables
   so they're easy to update in one place.
   ============================================================ */
:root {
  --hh-navy:        #121951;
  --hh-navy-deep:   #0B0F38;
  --hh-orange:      #E05311;
  --hh-orange-hover:#C2470D;
  --hh-cream:       #F5F2EA;
  --hh-cream-soft:  #FAF8F3;
  --hh-ink:         #1A1A1A;
  --hh-muted:       #5F5E5A;
  --hh-line:        rgba(0, 0, 0, 0.08);
  --hh-line-strong: rgba(0, 0, 0, 0.18);
}
