/***************************************
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: var(--lp--base-preset--body--font-family);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Space Grotesk', sans-serif;
	text-transform:uppercase;
}
.button, .wp-block-button__link {
	font-family: 'Space Grotesk', sans-serif;
}
.menu li.menu-button a, .section-title span, .hic-title span, .image-left-content .hic-title h3 span, .image-right-content .hic-title h3 span, .lp-element-header-title span,
.lp-title span, .lp-tabs li a, .rep-search-form .lp-tab-nav .button, .rep-search-form .lp-tab-sub-nav .button, .rep-property-search-form-modal .lp-field-label {
	font-family: 'Space Grotesk', sans-serif;
}
.large-2_4 .hic-title h3 {
	font-size: 18px !important;
}
/*************************************
!TYPOGRAPHY - END
**************************************/

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