﻿/* Bold */
@font-face {
	font-family: "Gotham Pro";
	src: url("../fonts/GothamProBold.eot");
	src: url("../fonts/GothamProBold-1.eot")format("embedded-opentype"),
		url("../fonts/GothamProBold.woff") format("woff"),
		url("../fonts/GothamProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: "Gotham Pro";
	src: url("../fonts/GothamProBoldItalic.eot");
	src: url("../fonts/GothamProBoldItalic-1.eot")format("embedded-opentype"),
		url("../fonts/GothamProBoldItalic.woff") format("woff"),
		url("../fonts/GothamProBoldItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: bold;
}

/* Regular */
@font-face {
	font-family: "Gotham Pro";
	src: url("../fonts/GothamProRegular.eot");
	src: url("../fonts/GothamProRegular-1.eot")format("embedded-opentype"),
		url("../fonts/GothamProRegular.woff") format("woff"),
		url("../fonts/GothamProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Gotham Pro";
	src: url("../fonts/GothamProItalic.eot");
	src: url("../fonts/GothamProItalic-1.eot")format("embedded-opentype"),
		url("../fonts/GothamProItalic.woff") format("woff"),
		url("../fonts/GothamProItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
}