/*Regular*/

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-Regular.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: 400;
}

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-RegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-RegularItalic.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-RegularItalic.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: 400;
	font-style: italic;
}

/*Bold*/

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-Bold.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-Bold.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 700;
}

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-BoldItalic.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 700;
	font-style: italic;
}

/*Semibold*/

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-Semibold.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 600;
}

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-SemiboldItalic.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-SemiboldItalic.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 600;
	font-style: italic;
}

/*Medium*/

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-Medium.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-Medium.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 500;
}

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-MediumItalic.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-MediumItalic.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 500;
	font-style: italic;
}

/*Light*/

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-Light.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-Light.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 100;
}

@font-face {
	font-family: "Metric";
	src: url('../fonts/MetricWeb-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MetricWeb-LightItalic.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/MetricWeb-LightItalic.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 100;
	font-style: italic;
}

html,
body {
	font-family: "Metric", arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

h1 {
	font-size: 3.4rem;
	line-height: 3.3rem;
	font-weight: 700;
	word-spacing: 1;
}

h2 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.5rem;
}

h3 {
	font-size: 1.2em;
	font-weight: 600;
}

h6 {
	margin-bottom: 0rem!important;
}

p {
	font-size: 1rem;
}

.small {
	font-size: 0.8rem;

}

.bold {
	font-weight: bold;
}



/* COLORS */

/*Primary*/

.green {
	color: #00B388;
}

.white {
	color: #ffffff;
}

.black {
	color: #000000;
}

/*Neutrals*/

.slate {
	color: #425563;
}

.bronze {
	color: #80746E;
}

.darksteel {
	color: #5F7A76;
}

.gray {
	color: #C6C9CA;
}

/*Vibrants*/

.turquoise {
	color: #2AD2C9;
}

.orange {
	color: #FF8D6D;
}

.purple {
	color: #614767;
}
