/*
Theme Name: BREXON Kadence Child
Theme URI: https://brexon.com.au/
Author: BREXON
Author URI: https://brexon.com.au/
Description: Child theme for Kadence. Provides BREXON brand styling + block patterns for the BREXON Realty Intelligence Platform.
Template: kadence
Version: 0.1.0
Text Domain: brexon-kadence-child
*/

/* --- Global tweaks (kept intentionally minimal; most styling via theme.json) --- */
:root{
  --brexon-radius: 18px;
}
.brexon-card{
  border-radius: var(--brexon-radius);
}
