﻿
@font-face {
	font-family: 'GreedNarrow-Regular';
	src: url('/datalink_cdn/fonts/GreedNarrow-Regular.woff2') format('woff2'), url('/datalink_cdn/fonts//GreedNarrow-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'GreedNarrow-Medium';
	src: url('/datalink_cdn/fonts/GreedNarrow-Medium.woff2') format('woff2'), url('/datalink_cdn/fonts//GreedNarrow-Medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'GreedNarrow-Light';
	src: url('/datalink_cdn/fonts/GreedNarrow-Light.woff2') format('woff2'), url('/datalink_cdn/fonts//GreedNarrow-Light.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'GreedStandard-Light';
	src: url('/datalink_cdn/fonts/GreedStandard-Light.woff2') format('woff2'), url('/datalink_cdn/fonts//GreedStandard-Light.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'GreedStandard-Medium';
	src: url('/datalink_cdn/fonts/GreedStandard-Medium.woff2') format('woff2'), url('/datalink_cdn/fonts//GreedStandard-Medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: 'GreedStandard-Light';
	color: rgb(86, 82, 78);
	font-size: 16px;
}

h1 {
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: none;
	letter-spacing: 0px;
	font-family: 'GreedNarrow-Light';
	/*font-weight: bold;*/
	font-size: 32px;
}

h2 {
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: none;
	letter-spacing: 0px;
	font-family: 'GreedNarrow-Light';
	font-size: 24px;
	font-weight: normal;
}

h3 {
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: none;
	letter-spacing: 0px;
	font-family: 'GreedNarrow-Light';
	font-size: 24px;
	font-weight: normal;
}

h4 {
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: none;
	letter-spacing: 0px;
	font-family: 'GreedNarrow-Light';
	font-size: 20px;
	font-weight: normal;
}

h5 {
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: none;
	letter-spacing: 0px;
	font-family: GreedNarrow-Medium;
	font-size: 16px;
	/*font-weight: bold;*/
}	

hr { height:1px ; color:#DA962B; background:#DA962B; border:none; margin:0 0 0 0;}

a {
	font-family: GreedStandard-Medium;
	color: #4d7415;
	text-decoration: underline;
}
a:visited {}
a:hover { color:#DA962B; text-decoration:none; }
a:active { outline: none; }
