/*
 Theme Name:   Kadence Child
 Theme URI:    https://example.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

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

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

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