/*
  Theme Name: Divi Child
  Theme URI:  https://www.elegantthemes.com/
  Version: 1.0.0
  Template: Divi
  Author:  
  Author URI:  https://www.elegantthemes.com/
  Text Domain: divi-child
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


:root {
  /* ── Color ─────────────────────────────────────── */

  --primary: var(--gcid-primary-color);
  --secondary:#00AEEF;
  --secondary-light:#5CC8F1;
  --base: #363636;
  --base-muted:#636363;
  --neutral-light:  #f5f5f5;
  --neutral-dark:#E8E8E8;
  --light:#fff;
  --dark:#000;
  --text:#363636;


}
/* - Remove padding from headings*/
 h1, h2, h3, h5, h6 {
  padding-bottom:0 !important;
 }