/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.3
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! */ 

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.15em;
	font-weight: 300;
}
/* The Seasons font weights from Adobe Fonts */
font-family: the-seasons, sans-serif;
font-weight: 300;
font-style: normal;

font-family: the-seasons, sans-serif;
font-weight: 400;
font-style: normal;

font-family: the-seasons, sans-serif;
font-weight: 700;
font-style: normal;
/* Fix: Formidable datepicker next arrow pointing wrong direction */
.frm-datepicker .ui-datepicker-next {
    transform: none !important;
}
