/* **********************************************************
	JUPITER X CHILD THEME
	- Add / Update Client Colors & Fonts Below
	- See Other CSS sheets to edit existing code
	- Add any new code to appropriate sheet
 * ******************************************************** */

@font-face {
font-family: 'Merculia';
src: url('https://thegravelcompany.com/wp-content/uploads/2026/01/MerculiaMedium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Deloire Bold';
src: url('https://thegravelcompany.com/wp-content/uploads/2026/01/Deloire-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}

/* *****************************
	COLORS & FONTS
 * *****************************
CLIENT COLORS
White #FFFFFF
Light Green #D7E2AC
Stone #A8BFC1
Sage #707F74
Emerald #253D34
Soil #292B25

ELEMENTOR GLOBAL COLORS
Primary Sage #707F74
Secondary Stone #A8BFC1
Text Soil #292B25
Accent Light Green #D7E2AC


Emerald #253D34
Soil #292B25


White #fff
Lightest Gray #eee
Lighter Gray #ddd
Light Gray #aaa
Gray #888
Dark Gray #6a6a6a
Darker Gray #444
Darkest Gray #222
Black #000

VARIABLES
--e-global-color-primary: #990000;
--e-global-color-secondary: #800000;
--e-global-color-text: #555555;
--e-global-color-accent: #FF9900;
--e-global-color-c37cbc3: #FFFFFF;
--e-global-color-f19b530: #EEEEEE;
--e-global-color-06b2356: #DDDDDD;
--e-global-color-78fc7b4: #AAAAAA;
--e-global-color-b7192ec: #888888;
--e-global-color-d7e4202: #6A6A6A;
--e-global-color-1849d1a: #444444;
--e-global-color-a198975: #222222;
--e-global-color-9932f5e: #000000;

FONTS 
Body: PT Sans
Buttons / Accent: Mutone
Accent Text: Deloire Bold
Heading Text: Merculia

 * *************************** */