/*
 Theme Name:   Host & Tech Child
 Theme URI:    https://hostandtech.com
 Description:  Astra child theme for Host & Tech — includes KB Homepage template
 Author:       STS Host and Tech Inc.
 Author URI:   https://hostandtech.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  ht-child
*/

/* ─────────────────────────────────────────────
   Global overrides that apply site-wide
   (KB-specific styles are in assets/kb.css)
───────────────────────────────────────────── */

:root {
    --ht-navy:       #0A1628;
    --ht-navy-mid:   #0F2040;
    --ht-teal:       #0EA5E9;
    --ht-teal-light: #38BDF8;
    --ht-teal-pale:  #E0F7FF;
    --ht-slate:      #1E293B;
    --ht-muted:      #64748B;
    --ht-border:     #E2E8F0;
    --ht-bg:         #F8FAFC;
}

/* Blog post body text */
.single .entry-content {
    font-size: 17px;
    line-height: 1.75;
    color: var(--ht-slate);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Astra author bio box */
.ast-author-meta { border-top: 2px solid var(--ht-teal); }
.ast-author-details { font-size: 14px; color: var(--ht-muted); }

/* Teal links site-wide */
a { color: var(--ht-teal); }
a:hover { color: var(--ht-teal-light); }
