/***************************************
Launchpad Child Stylesheet
*****************************************/
/*
Author: Hicaliber
Author URL: hicaliber.com.au
Description: Launchpad Platform Child stylesheet
*/
/***************************************
Table of Contents:

Typography
Custom CSS Variables

/*************************************
#TYPOGRAPHY - START
**************************************/
body {
	font-family: var(--lp--base-preset--body--font-family);
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--lp--base-preset--heading--font-family);
	font-weight: 500;
}
.hero .hero-banner-message h1 span, .hero .hero-banner-message h1 em, .section-title span, .hic-title span, 
.image-left-content .hic-title h3 span, .image-right-content .hic-title h3 span {
	font-family: var(--lp--base-preset--heading--font-family);
}
/*************************************
!TYPOGRAPHY - END
**************************************/

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */
:root{
  --lp--custom-preset--border-color: #eee;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/