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

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

.bg-primary {
	background: #004776;
	background-image: url('./../img/background.png');
	background-size: cover;
}

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