/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://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: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

/* We add 'body' to the front to increase specificity and beat the builder styles */
body h3.exercise-header {
    font-family: 'Oswald', sans-serif !important;
    font-size: 28px !important;
    font-weight: 500 !important; /* This forces the 500 weight */
    line-height: 1.2 !important;
    margin-top: 30px !important;
	margin-bottom: 10px !important;
    color: rgb(28, 63, 83) !important;
    display: block !important;
}

/* This handles cases where the editor wraps your text in <b> or <strong> tags */
body h3.exercise-header strong, 
body h3.exercise-header b {
    font-weight: 500 !important;
}