/***************************************
Launchpad Child Stylesheet
*****************************************/
/*
Author: Hicaliber
Author URI: launchpadplatform.io
Description: Launchpad Platform Child stylesheet
*/
/***************************************
Table of Contents:

Typography
Custom CSS Variables

/*************************************
#TYPOGRAPHY - START
**************************************/
/*Sofia Pro - Start*/
@font-face {
  font-family: Sofia Pro;
  src: url(../fonts/Sofia-Pro/Sofia\ Pro\ Regular.otf );
}
@font-face {
  font-family: Sofia Pro;
  src: url(../fonts/Sofia-Pro/Sofia\ Pro\ Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: Sofia Pro;
  src: url(../fonts/Sofia-Pro/Sofia\ Pro\ Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Sofia Pro;
  src: url(../fonts/Sofia-Pro/Sofia\ Pro\ Semi\ Bold.otf);
  font-weight: 600;
}
@font-face {
  font-family: Sofia Pro;
  src: url(../fonts/Sofia-Pro/Sofia\ Pro\ Bold.otf);
  font-weight: 700;
}
/*Sofia Pro - End*/

body {
	font-family: Sofia Pro;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Sofia Pro;
	font-weight: 500;
}
.button, .wp-block-button__link {
	font-family: Sofia Pro;
	font-weight: 300;
}
.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: Sofia Pro;
}
/*************************************
!TYPOGRAPHY - END
**************************************/

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