/*
Theme Name: Beaver Builder Child Theme (CHANGED BY YARDI)
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. CHANGED BY YARDI: 42d46a9d80ddda73012914fb7283f36340a38f2d.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

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

/* Changes by Yardi */
@font-face {
    font-family: 'Apercu Pro';
    src: url('fonts/ApercuPro/ApercuPro-Regular.eot'),
    url('fonts/ApercuPro/ApercuPro-Regular.woff') format('woff'),
    url('fonts/ApercuPro/ApercuPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Apercu WeWork Mono';
    src: url('fonts/ApercuWeWorkMono/ApercuWeWorkMono-Regular.eot'),
    url('fonts/ApercuWeWorkMono/ApercuWeWorkMono-Regular.woff') format('woff'),
    url('fonts/ApercuWeWorkMono/ApercuWeWorkMono-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WeWorkSerif';
    src: url('fonts/WeWorkSerif/WeWorkSerif-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* End change by Yardi */