@font-face {
    font-family: 'FuturaHeavy';
    src: url('fonts/FuturaHeavy.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaBook';
    src: url('fonts/FuturaBookfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('fonts/FuturaMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}


.logo-text {
      font-family: 'FuturaMedium', sans-serif;
}

.logo-image {
    max-height: 40px;
}

header .links a{
	font-family: 'FuturaMedium', sans-serif;
}

.entity-list-item>span:last-child, .icon-list-item>span:last-child {
    color: #6f6b6b;
	font-family: 'FuturaBook', sans-serif;

}

.content-wrap h1 {
        color: #B5D579;
}

.content-wrap h1
{
    font-family: 'FuturaHeavy' !important;
}

.entity-list-item-name
{
	font-family: 'FuturaHeavy' !important;
}

.entity-item-snippet p
{
    font-family: "Noto Sans", sans-serif;
}

#content
{
    background: #e8edf5 !important;
}

footer
{
	background: #f2f7e0 !important;
	padding: 1rem 1rem 1rem 1rem;
}

footer a
{
	color: #000000;
	text-decoration: none;
	font-family: "Noto Sans", sans-serif;
}

h2, h3, h4 {
    font-family: 'FuturaMedium';
}