/*
Theme Name:   AABrite
Theme URI:    https://aabrite.com/
Description:  Divi 5 child theme for AA Brite 24/7 Inc. Custom CSS goes below the header block in this file; custom PHP goes in functions.php. Divi parent updates will never overwrite either.
Author:       Wildcat SEO
Author URI:   https://wildcatseo.com/
Template:     Divi
Version:      1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aabrite
Tags:         divi, child-theme
*/

/* ==========================================================================
   AA Brite brand tokens
   Pulled from the logo: red #E11B22, near-black #1A1A1A, white #FFFFFF.
   Adjust to match the exact brand values if you have them.
   ========================================================================== */

:root {
	--aab-red:       #e11b22;
	--aab-red-dark:  #b0151a;
	--aab-black:     #1a1a1a;
	--aab-gray:      #4a4a4a;
	--aab-white:     #ffffff;
}

/* ==========================================================================
   Custom styles
   --------------------------------------------------------------------------
   Everything below this line is yours. The parent Divi stylesheet loads
   first (see functions.php), so rules here win on equal specificity.
   ========================================================================== */
