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

/* Fix: Override BB Theme's html { font-size: 10px }
   Restores browser default so 1rem = 16px site-wide.
   BB Global Settings Base Font Size of 16px then works correctly. */
html { font-size: 100% !important; }