/* **********************************************************
	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
 * ******************************************************** */


/* *****************************
	COLORS & FONTS
 * *****************************
CLIENT COLORS
Cotton #ECE3DC
Linen #E2CCB4
Lavender #9497AB
Sage #595944
Evergreen #222E17
Gold #BB7D2B

ELEMENTOR GLOBAL COLORS
Primary #9497AB
Secondary #E2CCB4
Text #222E17
Accent #BB7D2B

White #fff
Lightest Gray #E5E6EB
Lighter Gray #D1D2DC
Light Gray #B3B5C6
Gray #9497AB
Dark Gray #77798D
Darker Gray #585A6C
Darkest Gray #3A3C4B
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: #E5E6EB;
--e-global-color-06b2356: #D1D2DC;
--e-global-color-78fc7b4: #B3B5C6;
--e-global-color-b7192ec: #9497AB;
--e-global-color-d7e4202: #77798D;
--e-global-color-1849d1a: #585A6C;
--e-global-color-a198975: #3A3C4B;
--e-global-color-9932f5e: #000000;

FONTS 

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

@font-face {
font-family: 'Selma';
src: url('https://www.parkmanorwi.com/wp-content/uploads/2025/04/Selma-bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Selma';
src: url('https://www.parkmanorwi.com/wp-content/uploads/2025/04/Selma-bold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: 'Selma';
src: url('https://www.parkmanorwi.com/wp-content/uploads/2025/04/Selma-bold-italic.woff2') format('woff2');
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: 'Selma';
src: url('https://www.parkmanorwi.com/wp-content/uploads/2025/04/Selma-bold-italic.woff2') format('woff2');
font-weight: 600;
font-style: italic;
}