/**
* @license
*
* Font Family: Clash Grotesk
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-grotesk
* © 2026 Indian Type Foundry
**/
@font-face {
  font-family: 'ClashGrotesk-Variable';
  src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'),
	   url('../fonts/ClashGrotesk-Variable.woff') format('woff'),
	   url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 400 700;
  font-display: swap;
  font-style: normal;
}

body {
	font-family: "ClashGrotesk-Variable", sans-serif;
	letter-spacing: 0.02em;
}
strong {
	font-weight:600;
}
.fermbuddynav {
	background-color:#f6f6f6;
	color:#122435;
} 
.navbar-brand img {
	height:68px;
}
.content {
	margin-top:68px;
}
.splash {
	background:
	linear-gradient(-90deg, rgba(200,210,220,.92) 18%, rgba(200,210,220,.8) 47%, rgba(13,27,42,.55) 67%, rgba(13,27,42,.3) 100%),
	linear-gradient(180deg, rgba(7,18,31,.12), rgba(7,18,31,.4));

}


@media (max-width: 768px) {
	.navbar-brand img {
		height:50px;
	}
	.splash {
		background:rgba(13,27,42,1);
	}
}