/*
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... */ 

// Global CSS variables — add to Beaver Builder > Global Styles > CSS
// or to your child theme's style.css

:root {
--cw-blue: #0068B6;
--cw-blue-mid: #3389C8;
--cw-blue-light: #E6F2FB;
--cw-blue-dark: #004F8A;
--cw-navy: #0C1828;
--cw-navy2: #101F33;
--cw-navy3: #070E19;
--cw-offwhite: #F4F6F9;
--cw-text: #16202E;
--cw-muted: #5A6A85;
--cw-border: #D6DFE9;
--cw-display: 'Barlow Condensed', sans-serif;
--cw-body: 'DM Sans', sans-serif;
}