/*
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: "Boston";
  src:  url('fonts/boston-regular-webfont.woff2') format('woff2'),
        url('fonts/boston-regular-webfont.woff') format('woff'),
        url('fonts/boston-regular-webfont.ttf') format('truetype'),
        url('fonts/boston-regular-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Boston";
  src:  url('fonts/boston-bold-webfont.woff2') format('woff2'),
        url('fonts/boston-bold-webfont.woff') format('woff'),
        url('fonts/boston-bold-webfont.ttf') format('truetype'),
        url('fonts/boston-bold-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: 700;
  font-display: swap;
}
