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

/* Colors ::
Black - #151515
White - #FFFFFF
Purple - #662D91
 */
/* Font Styling */
@font-face {font-family: 'Montserrat', serif; src: url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');}
@font-face {font-family: 'Cormorant Garamond', cursive; src: url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');}

h1 {
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: center;
	text-transform: uppercase;
}
h2 {
	font-size: 80px;
	line-height: 1.4;
	letter-spacing: 2.5px;
	color: #FFFFFF;
	font-family: 'Cormorant Garamond';
	font-weight: 600;
	font-style: center;
	text-transform: uppercase;
}
h3 {
	font-size: 46px;
	line-height: 1.4;
	letter-spacing: 1.5px;
	color: #000000;
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: center;
	text-transform: uppercase;
}
h4 {
	font-size: 19px;
	line-height: 1.4;
	letter-spacing: 0px;
	color: #000000;
	font-family: 'Cormorant Garamond';
	font-weight: 600;
	font-style: center;
	text-transform: none;
}
