/*
Theme Name: Hello IguanaTrapper Child
Theme URI: https://iguanatrapper.com
Description: Child theme for Hello Elementor for IguanaTrapper lead gen.
Author: IguanaTrapper
Author URI: https://iguanatrapper.com
Template: hello-elementor
Version: 1.0.1
Text Domain: iguanatrapper
*/

:root {
  --ig-primary: #1B6B3A;
  --ig-secondary: #F0F7F3;
  --ig-accent: #F9A825;
  --ig-text: #0F172A;
}
body { font-family: system-ui, Segoe UI, Roboto, Arial; color: var(--ig-text); }
a { color: var(--ig-primary); }
.elementor-button { background: var(--ig-primary) !important; color: #fff !important; border: 0; }
.ig-topbar { background: var(--ig-secondary); padding: 8px 0; text-align: center; }
