/*
Theme Name: Centner Consulting BB 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: Centner Consulting LLC
Author URI: http://www.centnerconsulting.com
template: bb-theme
*/

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

 @font-face {
        font-family: 'Blackside Bold'; 
        src: url('fonts/Blackside Bold.otf') format('otf');
		font-weight: 700;
    }
 @font-face {
        font-family: 'Brandon'; 
        src: url('fonts/Brandon_reg.otf') format('otf');
		font-weight: 400;
    }
@font-face {
  font-family: 'Blackside';
  src: url('fonts/blackside-webfont.woff2') format('woff2'),
       url('fonts/blackside-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  }

