/***************************************
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: "Quicksand", sans-serif;
  font-weight: 300;
  color: var(--lp--base-preset--body--color);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--lp--base-preset--heading--font-family);
  font-weight: 600;
}
.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;
  --lp--custom-preset--accordion-background-color: #3f1904;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/
/*************************************
#CUSTOM CSS  - START
**************************************/
/*Additional Helper Class - Start*/
.center-header.default-alignment .section-header,
.center-header.text-left .section-header,
.center-footer.default-alignment .section-footer .hic-button-wrap,
.center-footer.text-left .section-footer .hic-button-wrap {
  text-align: center;
  justify-content: center;
}
.client-logo .hic-image::before {
  padding-top: 55%;
}
/*Additional Helper Class - End*/
/*************************************
!CUSTOM CSS  - END
**************************************/