/*
 Theme Name: HalolFoods Child (Hello Elementor)
 Theme URI: https://halolfoods.example
 Description: Child theme for Hello Elementor, tailored for Halol Foods.
 Author: AI BROKERS
 Author URI: mailto:support@aibrokers.pro
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: halolfoods-child
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ----------
   Base tokens
   ---------- */
:root {
  --brand-primary: #0e7a57;  /* halal green */
  --brand-dark: #0a4f3a;
  --brand-accent: #f2a900;
  --text-body: #1b1b1b;
  --text-muted: #666;
}

/* Utility classes for quick tweaks in Elementor */
.hf-btn {
  background: var(--brand-primary);
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: transform .1s ease, opacity .2s ease;
}
.hf-btn:hover { transform: translateY(-1px); opacity: .95; }

.hf-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eaf5f1;
  color: var(--brand-dark);
  font-size: 12px;
  letter-spacing: .3px;
}

/* Elementor section helpers */
.section--halal {
  background: linear-gradient(180deg, #ffffff, #f8fbfa);
}
*/
