/* 
classic template
font 1
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,");

:root {
    --headerFont: 'Poppins',sans-serif;
    --bodyFont: 'Poppins',sans-serif;
}

body, table { font-weight: 300;}
h1, h2, h3 { font-weight: 400; }
a.navd:link, a.navd:visited { font-family: var(--headerFont); font-weight: 400; }
.nav__dropdown-toggle {font-family:var(--headerFont); font-weight:400; }

@media (min-width: 1024px) {
    h2 {font-size: 2rem;}
	.headerText {font-weight: 300;}
}

/* .more_headlines h2 {text-transform: uppercase; margin-bottom: .5rem;} */
