/*
 Theme Name: CodeBlu Kadence Child
 Theme URI: https://codebludev.com/
 Description: A custom Kadence child theme developed by the CodeBluDev Web Team.
 Author: CodeBluDev Web Team - (Gerald Cacho)
 Author URI: https://codebludev.com/
 Template: kadence
 Version: 1.1.0
 Tags: kadence, responsive, custom-theme
 Text Domain: codeblu-kadence-child
*/

/* --------------------------------------------------------------
   Child Theme Styles
   -------------------------------------------------------------- */

/* 
   NOTE: Kadence automatically loads the parent theme stylesheet.
   No @import is needed.
*/

/* --------------------------------------------------------------
   Custom Styles for CodeBlu
   -------------------------------------------------------------- */

/* Global font and color tweaks */
body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #222;
  background-color: #fff;
}

/* Accent colors */
a,
button,
.kadence-button {
  color: #0a7d4f;
}

a:hover,
button:hover,
.kadence-button:hover {
  color: #055a36;
}

/* Header customization */
.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

/* Footer customization */
.site-footer {
  background-color: #0a7d4f;
  color: #fff;
}