/*
Theme Name:     Child theme name
Theme URI:      https://yourthemeurl.com
Template:       kadence
Author:         Your name/company name
Author URI:     https://yourwebsite.com
Description:    This description will show in the details for the theme when you view installed themes in Appearance > themes
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/****************/
/* Custom Fonts */
/****************/

@font-face {
    font-family: 'font name 1';
    src: url('lib/fonts/font-name-1.woff2') format('woff2'),
        url('lib/fonts/font-name-1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'font name 2';
    src: url('lib/fonts/font-name-2.woff2') format('woff2'),
        url('lib/fonts/font-name-2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/********************************/
/* Add your custom styles below */
/********************************/
