/***************************************
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;
}
body {
  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;
  --lp--custom-preset--accordion-background-third-color: #f1e4dc;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/
/*************************************
#CUSTOM CSS  - START
**************************************/
/*Additional Helper Class - Start*/
.client-logo .hic-image::before {
  padding-top: 55%;
}
/*Additional Helper Class - End*/
/*************************************
#!USTOM CSS  - END
**************************************/