/*
Theme Name: Astra Child Metahunter – Alves Pro Painters
Author: Metahunter
Author URI: https://metahunter.dev
Description: Custom Child Theme for Alves Pro Painters, based on Astra. Optimized for SEO, Elementor, and performance.
Version: 1.0
Template: astra
Text Domain: astra-child
*/
/* BRAND */
:root {
  --brand: #FF6B00;
  --accent: #FFA000;
  --text: #111111;
  --bg: #FFFFFF;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background-color: var(--bg);
}
