/*
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
*/

/* Add your custom styles here... */ 

@font-face {
    font-family: 'PBS Sans';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans.woff') format('woff');
    font-weight: 400;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Light.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Light.woff') format('woff');
    font-weight: 300;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Medium.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Medium.woff') format('woff');
    font-weight: 500;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Bold.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Bold.woff') format('woff');
    font-weight: 700;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Black.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Black.woff') format('woff');
    font-weight: 900;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans Condensed';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Cond.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Cond.woff') format('woff');
    font-weight: 400;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans Condensed';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Cond-Bold.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Cond-Bold.woff2') format('woff');
    font-weight: 700;
	font-display: swap;
}


@font-face {
    font-family: 'PBS Sans Condensed Italic';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Cond-It.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Cond-It.woff') format('woff');
    font-weight: 400;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans Condensed Italic';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Cond-Bold-It.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Cond-Bold-It.woff') format('woff');
    font-weight: 700;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans Italic';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-It.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-It.woff') format('woff');
    font-weight: 400;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans Italic';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Light-It.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Light-It.woff') format('woff');
    font-weight: 300;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans Italic';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Medium-It.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Medium-It.woff') format('woff');
    font-weight: 500;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans Italic';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Bold-It.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Bold-It.woff') format('woff');
    font-weight: 700;
	font-display: swap;
}

@font-face {
    font-family: 'PBS Sans Italic';
    src: url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Black-It.woff2') format('woff2'),
         url('https://newmexicopbs.org/wp-content/themes/bb-theme-child/fonts/PBSSans-Black-It.woff') format('woff');
    font-weight: 900;
	font-display: swap;
}