/*
 * Theme Name:   Meridian Gate Child
 * Theme URI:    https://meridiangate.co.ke
 * Description:  Astra child theme for Meridian Gate Limited — luxury import/distribution brand.
 * Author:       Meridian Gate
 * Author URI:   https://meridiangate.co.ke
 * Template:     astra
 * 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:  meridian-gate-child
*/

/* ─────────────────────────────────────────────────────────
   All homepage styles are scoped inside homepage.php
   via inline <style> for performance and encapsulation.
   Global overrides for Astra live here.
───────────────────────────────────────────────────────── */

/* Google Fonts — loaded via functions.php enqueue */

/* Global link colour to match brand gold */
a { color: #D4A62A; }
a:hover { color: #B8860B; }

/* Remove default Astra entry padding site-wide */
.ast-separate-container .ast-article-single,
.ast-plain-container .site-content {
  padding: 0;
}

/* Astra default body background */
body {
  background-color: #050505;
  color: #E8E4DC;
}
