.font-raleway {
	font-family: 'Raleway', sans-serif;
}
.font-roboto {
	font-family: 'Roboto', sans-serif;
}
.bg-bear-gray {
	background-color: #f0f0f0;
}
.bg-bear-lightblue {
	background-color: #33A1D2;
}
.bg-bear-blue {
	background-color: #008AC7;
}
.bg-bear-orange {
	background-color: #E86C46;
}
.text-bear-blue {
	color: #008AC7;
}
.text-bear-darkblue {
	color: #010445;
}
