/*!
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: 'National Forest Print Bold';
    src: url('fonts/NationalForestPrintBold.eot');
    src: url('fonts/NationalForestPrintBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NationalForestPrintBold.woff2') format('woff2'),
        url('fonts/NationalForestPrintBold.woff') format('woff'),
        url('fonts/NationalForestPrintBold.ttf') format('truetype'),
        url('fonts/NationalForestPrintBold.svg#NationalForestPrintBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'National Forest Print';
    src: url('fonts/NationalForestPrintRegular.eot');
    src: url('fonts/NationalForestPrintRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/NationalForestPrintRegular.woff2') format('woff2'),
        url('fonts/NationalForestPrintRegular.woff') format('woff'),
        url('fonts/NationalForestPrintRegular.ttf') format('truetype'),
        url('fonts/NationalForestPrintRegular.svg#NationalForestPrintRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}