/*
Theme Name: Improved by Design
Theme URI: https://improvebydesign.com
Author: Alex McAdam
Author URI: https://improvebydesign.com
Description: Custom theme for Improved by Design — Lean CI consulting and personal transformation courses.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ibd-theme
*/

/* =============================================
   CSS CUSTOM PROPERTIES — IBD BRAND SYSTEM
   ============================================= */
:root {
  --ibd-yellow:     #FACC15;
  --ibd-black:      #000000;
  --ibd-near-black: #0A0A0A;
  --ibd-bg:         #F5F5F5;
  --ibd-white:      #FFFFFF;
  --ibd-blue:       #44aaf2;
  --ibd-grey-light: #D4D4D4;
  --ibd-grey-card:  #FAFAFA;
  --ibd-red:        #ff4757;

  --font-heading: 'Patrick Hand SC', cursive;
  --font-body:    'Inter', sans-serif;

  --max-width: 1200px;
  --section-pad: 96px 24px;
  --section-pad-sm: 64px 24px;
}
