﻿/*
    Copyright WorldPantry.com
*/

/*
-------------------
01_FONTS
-------------------
*/

@font-face {
	font-family: 'Gotham';
	src: url(/img/fonts/Gotham-Light.woff2) format("woff2"),
		 url(/img/fonts/Gotham-Light.woff) format("woff"),
		 url(/img/fonts/Gotham-Light.ttf) format("truetype"),
		 url(/img/fonts/Gotham-Light.svg#Gotham-Light) format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url(/img/fonts/Gotham-Book.woff2) format("woff2"),
		 url(/img/fonts/Gotham-Book.woff) format("woff"),
		 url(/img/fonts/Gotham-Book.ttf) format("truetype"),
		 url(/img/fonts/Gotham-Book.svg#Gotham-Book) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:'Gotham';
	src: url(/img/fonts/GothamPro-Bold.woff2) format("woff2"),
		 url(/img/fonts/GothamPro-Bold.woff) format("woff"),
		 url(/img/fonts/GothamPro-Bold.ttf) format("truetype"),
		 url(/img/fonts/GothamPro-Bold.svg#GothamPro-Bold) format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'PlayfairDisplay';
	src: url(/img/fonts/PlayfairDisplay-Regular.woff2) format("woff2"),
		 url(/img/fonts/PlayfairDisplay-Regular.woff) format("woff"),
		 url(/img/fonts/PlayfairDisplay-Regular.ttf) format("truetype"),
		 url(/img/fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PlayfairDisplay';
	src: url(/img/fonts/PlayfairDisplay-Italic.woff2) format("woff2"),
		 url(/img/fonts/PlayfairDisplay-Italic.woff) format("woff"),
		 url(/img/fonts/PlayfairDisplay-Italic.ttf) format("truetype"),
		 url(/img/fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic) format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'PlayfairDisplay';
	src: url(/img/fonts/PlayfairDisplay-Bold.woff2) format("woff2"),
		 url(/img/fonts/PlayfairDisplay-Bold.woff) format("woff"),
		 url(/img/fonts/PlayfairDisplay-Bold.ttf) format("truetype"),
		 url(/img/fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold) format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'PlayfairDisplay';
	src: url(/img/fonts/PlayfairDisplay-BoldItalic.woff2) format("woff2"),
		 url(/img/fonts/PlayfairDisplay-BoldItalic.woff) format("woff"),
		 url(/img/fonts/PlayfairDisplay-BoldItalic.ttf) format("truetype"),
		 url(/img/fonts/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic) format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'PlayfairDisplay';
	src: url(/img/fonts/PlayfairDisplay-Black.woff2) format("woff2"),
		url(/img/fonts/PlayfairDisplay-Black.woff) format("woff"),
		url(/img/fonts/PlayfairDisplay-Black.ttf) format("truetype"),
		url(/img/fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black) format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'PlayfairDisplay';
	src: url(/img/fonts/PlayfairDisplay-BlackItalic.woff2) format("woff2"),
		 url(/img/fonts/PlayfairDisplay-BlackItalic.woff) format("woff"),
		 url(/img/fonts/PlayfairDisplay-BlackItalic.ttf) format("truetype"),
		 url(/img/fonts/PlayfairDisplay-BlackItalic.svg#PlayfairDisplay-BlackItalic) format("svg");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'fontello';
	src: url(/img/fonts/fontello.eot?23223650);
	src: url(/img/fonts/fontello.eot?23223650#iefix) format("embedded-opentype"),
		 url(/img/fonts/fontello.woff2?23223650) format("woff2"),
		 url(/img/fonts/fontello.woff) format("woff"),
		 url(/img/fonts/fontello.ttf?23223650) format("truetype"),
		 url(/img/fonts/fontello.svg?23223650#fontello) format("svg");
	font-weight: 400;
	font-style: normal;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'berkeleybold';
	src: url('/img/fonts/berkeley_bold-webfont.woff2') format('woff2'),
		 url('/img/fonts/berkeley_bold-webfont.woff') format('woff'),
		 url("/img/fonts/berkeley_bold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700i");

@import url("https://cloud.typography.com/7679096/6085212/css/fonts.css");
