/* font-family */

.norican {
	font-family: "Norican", cursive !important;
}

.montserrat {
	font-family: "Montserrat", sans-serif !important;
}

.raleway {
	font-family: "Raleway", sans-serif !important;
}

.poppins {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*css reset */
p {
	font-size: 18px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif !important;
}

.uk-heading-bullet::before {
	/*border-left: calc(5px + 0.1em) solid #cce6fe;*/
	border-left: calc(3px + 0.1em) solid #99b1c8 !important;
}

/* custom-colors */

.primary-blue {
	color: #5bbeff !important;
}
.turquoise {
	color: #0dcaf0 !important;
}

.teal {
	color: #0267aa !important;
}
.gray {
	color: #949494 !important;
}

.light-gray {
	background-color: #f6f6f6 !important;
}

.dark-gray {
	color: #323232 !important;
}

.orange {
	color: orange !important;
}
.futiristic-blue {
	color: #1587ea !important;
}

.blue {
	color: #137cf0 !important;
}

.fw-700 {
	font-weight: 700;
}
