h1, h2, h3 {
/* 	font-family: Franklin Gothic; */
	font-family: var(--h1-h2-font-family);
	font-optical-sizing: auto;
	font-weight: 299;
	font-style: normal; 
}

h4, h5, p {
	font-family: var(--h3-p-font-family);
}

p {
	font-size: var(--p-font-size);
	margin-bottom: 0;
}

a {
	color: #1b5464;
    text-decoration: none;
}


.container {
	max-width: 1420px;
}

.homepage-article-item > .h3 {
	color:white; 
}