/*!
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
-------------------------------------------------------------- */
/* 1. All @font-face declarations first */

    @font-face {
    font-family: 'Gilroy-Bold';
    src: url('fonts/Gilroy-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

    
    @font-face {
    font-family: 'Gilroy-Heavy';
    src: url('fonts/Gilroy-Heavy.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter-Regular';
    src: url('fonts/Inter-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    }


/* 2. Instructions for where to use the fonts */

h1 { 
    font-family: 'Gilroy-Heavy', sans-serif; 
}

h2, h3, h4, h5, h6 { 
    font-family: 'Gilroy-Bold', sans-serif; 
}

body { 
    font-family: 'Inter-Regular', sans-serif; 
}