:root {
	--color-primary: #004988;
	--color-secondary: #ff6363;
	--color-tertiary: #ac1de1;
	--color-gradient-start: #004988;
	--color-gradient-stop: #0074ba;
	--color-gradient-start-secondary: #0073b8;
	--color-gradient-stop-secondary: #0074ba;
	--color-gradient-start-tertiary: #ffba83;
	--color-gradient-stop-tertiary: #ffa5cd
}

body {
	font-weight: 400;
	line-height: 1.7;
	font-size: 18px;
}

a:hover {
	color: #fcfcfc;
}

#content {
	background-color: #fff;
	background-image: url(../../demo/bg/bg-19.png);
	background-position: center bottom
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	font-family: Glacial Indifference;
	color: #000
}

.h1,
h1 {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.2em
}

.h2,
h2 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4em
}

.h3,
h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6em
}

.h4,
h4 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.6em
}

.h5,
h5 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.8em
}

.h6,
h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8em
}

