/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Geoff Sensenig
Author URI: https://your-site.com
Template: hello-elementor
Version: 1.0.0
*/


/*
 * CUSTOM FONT STYLES
 */
.display-font{
    font-family: var(--e-global-typography-805d8ae-font-family), Sans-serif;
    font-size: var(--e-global-typography-805d8ae-font-size);
    font-weight: var(--e-global-typography-805d8ae-font-weight);
    font-style: var(--e-global-typography-805d8ae-font-style);
    letter-spacing: var(--e-global-typography-805d8ae-letter-spacing);
    word-spacing: var(--e-global-typography-805d8ae-word-spacing);
    text-transform: none;
	line-height: var(--e-global-typography-805d8ae-line-height);
}

.display-font-shrink {
	display: inline-block;
	font-family: var(--e-global-typography-805d8ae-font-family), Sans-serif;
	font-size: 2.8rem;
	font-style: normal;
	line-height: 4rem;
}
.h3-fontswitch {
	font-family: "Libre Franklin";
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.125rem;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
}
.h5-fontswitch {
	/* Heading/H5 */
	font-family: "Libre Franklin";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}