@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-VariableFont_slnt,wght.ttf");
}

.hero {
	background-color: #eee;
}

.heroimg {
	width: 23%;
	
}

.n4s-thumbnail {
	max-height: 300px;
	width: auto;
}

.card-title {
	color: #0B6500;
}

.n4s-date {
	color: #0B6500;
}

.navbar-brand {
	border: none;
}

.nav-link {
	color: #078EEE;
}

.n4s-nav-active {
	color: #078EEE;
}

body {
    font-family: Inter;
    color: #0F0F0F;
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	color: #0B6500;
}

a {
	text-decoration: none;
	color: #078EEE;
	border-bottom: 3px solid #078EEE;
  	border-radius: 5px;
}
