/*
Theme Name: EQHISA Child
Template: eqhisa
Author: Connor
Version: 1.0
Description: Child theme for EQHISA to safely customise styles without touching the parent theme.
*/

/* 
IMPORTANT:
Only put overrides here.
Do NOT duplicate full layouts or base styles.
*/

/* Example: tweak brand colour safely */
:root{
  --brand: #145dff;
}

/* Example: slightly rounder cards */
.eq-card,
.eq-hero-media{
  border-radius: 26px;
}

/* Example: adjust header spacing without touching parent */
.site-header .eq-wrap{
  padding: 14px 0;
}
