/*
Theme Name: Aaron Plumbing
Theme URI: https://chooseaaronplumbing.com
Description: Standalone theme for Aaron Plumbing - Roswell, GA
Version: 1.0.0
Author: Aaron Services
Text Domain: aaron-plumbing
*/

/* =========================================================
   CSS VARIABLES
   ========================================================= */
:root {
    --aaron-blue:           #2c3580;
    --aaron-light-blue:     #005B94;
    --aaron-red:            #c82027;
    --aaron-light-red:      #f91736;
    --aaron-dropdown-blue:  #0075c5;
    --aaron-dropdown-hover: #007ed3;
    --white:                #ffffff;
    --off-white:            #f5f6fa;
    --text-dark:            #1a1a2e;
    --text-mid:             #3a3a4a;
    --text-light:           #6b6b7b;
    --border-light:         #e0e4f0;
    --shadow-sm:            0 2px 8px rgba(44,53,128,0.08);
    --shadow-md:            0 4px 20px rgba(44,53,128,0.14);
    --shadow-lg:            0 8px 40px rgba(44,53,128,0.18);
    --radius-sm:            4px;
    --radius-md:            8px;
    --radius-lg:            16px;
    --container-width:      1160px;
    --header-height:        96px;
    --font-heading:         'Comfortaa', sans-serif;
    --font-body:            'Open Sans', sans-serif;
    --transition:           all 0.22s ease;
}
