/* Project Safezone */

.font-display {
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.5px;
}

/* Hero banner */
.hero-img {
	height: 70vh;
	min-height: 380px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 99%);
}

/* Card banner */
.card-banner {
	height: 180px;
}
