@import "/shops/fashion/design/1005/design.css"; /* Import Creative template */

@font-face {
	font-family: 'Existence Light';
	src: local('Existence Light'),
		url('/scripts/font/Existence Light.woff2') format('woff2'),
		url('/scripts/font/Existence Light.woff') format('woff');
}

/* Variables */
html {
	--color2: #f3efeb;	/* Menu background */
	--color3: #444;		/* Text color */
}

/* Joyful theme */
body				{ font-family: Existence Light,Helvetica,Arial,sans-serif; }
#cont1, #footer1		{ background: var(--color2); }

nav a,
#cat a,
#lang a				{ color: var(--color3); }

svg,
svg path,
#lang svg,
#lang svg path			{ fill: var(--color3); }

/* Sub navigation */
nav > ul ul			{ border-radius: 6px; }

/* Category navigation */
#cat > ul > li:nth-child(1)	{ background: #56BAEC }
#cat > ul > li:nth-child(2)	{ background: #FFAEAE }
#cat > ul > li:nth-child(3)	{ background: #B0E57C }
#cat > ul > li:nth-child(4)	{ background: #C4D4C3 }
#cat > ul > li:nth-child(5)	{ background: #F20056 }
#cat > ul > li:nth-child(6)	{ background: #E18942 }
#cat > ul > li:nth-child(7)	{ background: #41E189 }
#cat > ul > li:nth-child(8)	{ background: #D941E1 }
