/*
 Theme Name:   Kadence Child
 Theme URI:    https://2falls.com
 Description:  Child theme for Kadence — custom templates and CSS for 2Falls. Keeps the parent (Kadence) untouched and auto-updatable; all bespoke front-end work lives here.
 Author:       David / 2Falls
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child
*/

/* Custom CSS goes here. Palette is available as CSS variables:
   var(--global-palette1) .. var(--global-palette9), plus palette10 (complement) etc. */

/* Homepage collection tiles */
.tf-tile{transition:transform .18s ease, box-shadow .18s ease;}
.tf-tile a{color:inherit;text-decoration:none;}
.tf-tile:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(35,32,67,.22);}
.tf-tile h3, .tf-tile h3 a{color:var(--global-palette9)!important;}
