/*
 Theme Name: Divi Child
 Theme URI: https://example.com/
 Description: Child theme for Divi 5 (includes parent + child stylesheet enqueue)
 Author: ChatGPT
 Author URI: https://example.com/
 Template: Divi
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: divi-child
*/

/* Add your custom CSS below */
:root {
  --brand-accent: #3a86ff;
}
body { accent-color: var(--brand-accent); }
.sp-container { max-width: 1200px; margin-inline: auto; padding: 1rem; }
