/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.05
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: 'New Spirit';
    src: url('https://purplefigcleaning.com/wp-content/themes/bb-theme-child/fonts/new-spirit--webfont.woff2') format('woff2'),
         url('https://purplefigcleaning.com/wp-content/themes/bb-theme-child/fonts/new-spirit--webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Soft';
    src: url('https://purplefigcleaning.com/wp-content/themes/bb-theme-child/fonts/proximasoft-regular-webfont.woff2') format('woff2'),
         url('https://purplefigcleaning.com/wp-content/themes/bb-theme-child/fonts/proximasoft-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Soft';
    src: url('https://purplefigcleaning.com/wp-content/themes/bb-theme-child/fonts/proximasoft-medium-webfont.woff2') format('woff2'),
         url('https://purplefigcleaning.com/wp-content/themes/bb-theme-child/fonts/proximasoft-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Soft';
    src: url('https://purplefigcleaning.com/wp-content/themes/bb-theme-child/fonts/proximasoft-bold-webfont.woff2') format('woff2'),
         url('https://purplefigcleaning.com/wp-content/themes/bb-theme-child/fonts/proximasoft-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}