@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
	font-family: "Montserrat", sans-serif;
}

.bg-primary {
	background: #363435;
    color: white;
}

.bg-dark-gray{
	background: #363435;
    color: white;
}

.bg-gradient-primary {
	background: rgb(57, 97, 169);
	background: linear-gradient(
		0deg,
		rgba(57, 97, 169, 1) 40%,
		rgba(0, 0, 0, 1) 100%
	);

	color: white;
}

.bg-primary input,
select,
option {
	color: black;
}
