/*
Theme Name: ATS Insurance Consultant
Theme URI: https://atsinsuranceconsultant.com
Author: ATS Insurance Consultant LLC
Author URI: https://atsinsuranceconsultant.com
Description: A fast, fully SEO-optimized WordPress theme built for ATS Insurance Consultant LLC. Manage services, testimonials, colors, contact info, and every page directly from the WordPress dashboard — no coding required.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ats-insurance
Tags: business, custom-menu, custom-logo, featured-images, translation-ready, threaded-comments

This theme, like WordPress, is licensed under the GPL.
*/

/* ==========================================================================
   DESIGN TOKENS
   Edit these variables to re-theme the entire site from one place.
   (Non-technical users: use Appearance > Customize > Colors instead —
   those settings override these defaults automatically.)
   ========================================================================== */

:root{
  /* Brand palette */
  --ats-navy:        #0B2545;   /* primary — headers, footer, buttons */
  --ats-navy-dark:   #071A33;   /* deepest shade — footer, overlays */
  --ats-navy-light:  #13315C;   /* secondary panels */
  --ats-gold:        #C9A227;   /* accent — CTAs, underlines, icons */
  --ats-gold-light:  #E4C766;   /* accent hover / highlights */
  --ats-bg:          #FFFFFF;
  --ats-bg-alt:      #F5F7FA;   /* alternating section background */
  --ats-text:        #1B2430;
  --ats-text-muted:  #5B6472;
  --ats-border:      #E3E7ED;
  --ats-white:       #FFFFFF;
  --ats-success:     #1E7A46;

  /* Type */
  --ats-font-display: 'Merriweather', Georgia, 'Times New Roman', serif;
  --ats-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Layout */
  --ats-container: 1180px;
  --ats-radius: 6px;
  --ats-radius-lg: 14px;
  --ats-shadow: 0 4px 20px rgba(11,37,69,0.08);
  --ats-shadow-lg: 0 12px 40px rgba(11,37,69,0.14);
}
