/*
Theme Name:  The Havenly
Theme URI:   https://thehavenly.site
Author:      The Havenly
Description: A custom WordPress theme for The Havenly — Home & Garden DIY. Built for speed, SEO, and a Tools Hub with interactive calculators.
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: thehavenly
Tags:        blog, custom-menu, featured-images, post-thumbnails, full-width-template, custom-logo
*/

/* ─── CSS Variables ─── */
:root {
  --green-deep:    #1E4D38;
  --green-mid:     #2D6A4F;
  --green-light:   #52B788;
  --green-pale:    #D8F3DC;
  --amber:         #E9A84C;
  --amber-deep:    #C47D1A;
  --amber-pale:    #FDF3E0;
  --cream:         #F9F5EE;
  --paper:         #FFFDF8;
  --ink:           #1A1A18;
  --ink-mid:       #3D3D38;
  --ink-light:     #6B6B62;
  --ink-faint:     #A8A89E;
  --border:        #E4DDD0;
  --white:         #FFFFFF;
  --shadow-sm:     0 2px 8px rgba(30,77,56,0.08);
  --shadow-md:     0 6px 24px rgba(30,77,56,0.12);
  --shadow-lg:     0 16px 48px rgba(30,77,56,0.16);
  --radius-sm:     6px;
  --radius-md:     12px;
  --radius-lg:     20px;
  --font-display:  'Playfair Display', Georgia, serif;
  --font-body:     'DM Sans', sans-serif;
  --font-mono:     'DM Mono', monospace;
  --transition:    all 0.25s cubic-bezier(0.4,0,0.2,1);
  --container:     1200px;
}
