/*
Theme Name:   Kadence Child - Tigreaux
Theme URI:    https://tigreaux.com
Description:  Kadence child theme for Tigreaux Marketing Strategies
Author:       Tigreaux Marketing Strategies
Author URI:   https://tigreaux.com
Template:     kadence
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kadence-child-tigreaux
*/

/* ============================================================
   TIGREAUX KADENCE OVERRIDES
   All custom CSS lives here. No need to use
   Appearance > Customize > Additional CSS.
   ============================================================ */

/* Homepage: dark sections (Why Tigreaux, CTA) */
.hp-why h1,.hp-why h2,.hp-why h3,.hp-why h4,.hp-cta h2 {
  color: #ffffff !important;
  font-family: 'DM Serif Display', serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.hp-why h2 em,.hp-cta h2 em { color: #1FB1E4 !important; }
.hp-why p { color: rgba(255,255,255,0.82) !important; }
.hp-why p strong { color: #ffffff !important; }
.hp-why p a,.hp-why p a:visited { color: #1FB1E4 !important; }
.hp-why p a:hover { color: #8cdd00 !important; }

/* Services page: How We Work (dark) */
.sv-how h1,.sv-how h2,.sv-how h3,.sv-how h4 {
  color: #ffffff !important;
  font-family: 'DM Serif Display', serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.sv-how h2 em { color: #1FB1E4 !important; }
.sv-how p { color: rgba(255,255,255,0.82) !important; }
.sv-how p strong { color: #ffffff !important; }

/* Services page: FAQ (dark) */
.sv-faq h1,.sv-faq h2,.sv-faq h3,.sv-faq h4 {
  color: #ffffff !important;
  font-family: 'DM Serif Display', serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.sv-faq h2 em { color: #1FB1E4 !important; }
.sv-faq p { color: rgba(255,255,255,0.82) !important; }

/* Services page: CTA (dark) */
.sv-cta h2 {
  color: #ffffff !important;
  font-family: 'DM Serif Display', serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.sv-cta h2 em { color: #1FB1E4 !important; }

/* Services page: Why Tigreaux (light - navy headings) */
.sv-why h2,.sv-why h3 {
  color: #0B224D !important;
  font-family: 'DM Serif Display', serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.sv-why h2 em { color: #1FB1E4 !important; }

/* About page: dark sections */
.au-how h2,.au-how h3,.au-cta h2 {
  color: #ffffff !important;
  font-family: 'DM Serif Display', serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.au-how h2 em,.au-cta h2 em { color: #1FB1E4 !important; }
.au-how p { color: rgba(255,255,255,0.82) !important; }
