/*
Theme Name: THE KOKO CONSULTING GROUP
Theme URI: https://thekoko.com
Author: Senior Frontend Engineer
Description: A professional, high-impact healthcare consulting theme for medical practices and clinic owners.
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: koko-consulting
*/

/* Custom Healthcare Palette Styles */
:root {
    --medical-blue: #005C97;
    --medical-soft: #E3F2FD;
    --medical-slate: #455A64;
    --medical-teal: #5F9EA0;
    --medical-neutral: #F4F7F9;
    --charcoal: #37474F;
}

body {
    color: var(--charcoal);
    background-color: #FFFFFF;
}

.heading-accent::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: var(--medical-teal);
    margin-top: 8px;
}
