/*
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: "ClarionMTPro";
  src: url('fonts/webFonts/ClarionMTPro/font.woff2') format('woff2'),
  	url('../fonts/webFonts/ClarionMTPro/font.woff') format('woff');
}
@font-face {
  font-family: "ClarionMTPro-Italic";
  src: url('fonts/webFonts/ClarionMTProBold/font.woff2') format('woff2'),
  	url('../fonts/webFonts/ClarionMTProBold/font.woff') format('woff');
}
@font-face {
  font-family: "ClarionMTPro-Bold";
  src: url('fonts/webFonts/ClarionMTProItalic/font.woff2') format('woff2'),
  	url('../fonts/webFonts/ClarionMTProItalic/font.woff') format('woff');
}

@font-face {
    font-family: 'Druk Heavy';
	src: url('fonts/Druk-Heavy-Web.woff2') format('woff2'),
       url('fonts/Druk-Heavy-Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: normal;
}

@font-face {
    font-family: 'Druk Medium';
	src: url('fonts/Druk-Medium-Web.woff2') format('woff2'),
       	url('fonts/Druk-Medium-Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: normal;
}
