body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	background-color: #F3F3F1;
}
.fw-black {
    font-weight: 900 !important;
}
.h1, h1 {
    font-size: 36px;
    font-family: "Rubik", sans-serif;
}
.h2, h2 {
	font-size: 20px;
}
.text-primary {
	color: #66B2BD !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1028px;
}
body > .container { min-height: 100vh; }
.text-body-secondary {
	color: #494949 !important;
}
.card-body {
	max-width: 683px;
}
.shadow {
	box-shadow: 1px 1px 8px #0000001A !important;
}