html { scroll-behavior: smooth; }

h1, h2, h3, h4, a { font-family: 'Merriweather Sans', sans-serif; }

@font-face {
	font-family: 'MerriweatherSans-Light';
	src: url('../fonts/MerriweatherSans-Light.woff');
	src: local('☺'), url('../fonts/MerriweatherSans-Light.woff') format('woff'); 
	font-weight: normal;
	font-style: normal;
}

p { font-family: 'MerriweatherSans-Light'; }

a, a:visited { color: #fff; }   /*  #007BFF; }  */
a:hover, .list-group-item a:hover { color: #999; }
 a:active, .list-group-item a:active { color: #0066CC; background-color: #fff; } 
 li .nav-item dropdown a:hover {background-color: #fff; }
 /*li .dropdown-item a, li .nav-item dropdown a { color:#72BEFF; }
 li .nav-item dropdown:active, .nav-item dropdown a:active { color: #0066CC; background-color: #fff; }    */
