/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: 'hombre';
    src: url('fonts/hombre-regular.woff2') format('woff2'),
        url('fonts/hombre-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.hombre-font{
    font-family: 'hombre', sans-serif !important;
}
.heading-with-span{
	font-family: 'hombre', sans-serif !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.heading-with-span span{
	display: inline-block;
	background: #fff;
	padding: 0.2em 0.5em;
}
.text-with-dropcap::first-letter{
	font-family: 'hombre', sans-serif !important;
	font-size: 3em;
	line-height: 1;
	float: left;
	margin-top: -10px;
	margin-right: 4px;
}

