/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/*New CSS*/

@font-face {
    font-family: 'Palmer Lake Script';
    src: url('/wp-includes/fonts/PalmerLakeScript-Regular.woff2') format('woff2'),
        url('/wp-includes/fonts/PalmerLakeScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Palmer Lake Print';
    src: url('/wp-includes/fonts/PalmerLakePrint-Regular.woff2') format('woff2'),
        url('/wp-includes/fonts/PalmerLakePrint-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1 {font-family: Minerva Modern;}
