body {
	font-family: "Nunito", sans-serif;
}

h1,
h2 {
	font-family: "new-kansas", sans-serif;
	font-weight: 400;
}

h3,
h4,
h5,
h6 {
	font-family: "Nunito Sans", sans-serif;
}

.logo-container {
	width: 3.5rem;
	height: fit-content;
	margin-bottom: 1rem;
}

.logo-container img {
	width: 100%;
	height: auto;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
