/*
Theme Name: zanoza
Author: 
Description: Your description goes here
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1em !important; /* Adjust this value as desired */
}

.bw-to-color img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.bw-to-color img:hover {
    filter: grayscale(0%);
}