/*
	This font software is the property of Commercial Type.

	You may not modify the font software, use it on another website, or install it on a computer.

	License information is available at http://commercialtype.com/eula
	For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

	Copyright (C) 2016 Schwartzco Inc.
	
*/


.BikiniAtlas-Light-Web {
    font-family: "Bikini Atlas Web";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

.BikiniAtlas-LightItalic-Web {
    font-family: "Bikini Atlas Web";
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
}

.BikiniAtlas-Medium-Web {
    font-family: "Bikini Atlas Web";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

.BikiniAtlas-MediumItalic-Web {
    font-family: "Bikini Atlas Web";
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
	font-family: "Bikini Atlas Web";
	src: url("BikiniAtlas-Light-Web.eot");
		src: url("BikiniAtlas-Light-Web.eot?#iefix") format("embedded-opentype"),
		     url("BikiniAtlas-Light-Web.woff2") format("woff2"),
		     url("BikiniAtlas-Light-Web.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	}

@font-face {
	font-family: "Bikini Atlas Web";
	src: url("BikiniAtlas-LightItalic-Web.eot");
		src: url("BikiniAtlas-LightItalic-Web.eot?#iefix") format("embedded-opentype"),
		     url("BikiniAtlas-LightItalic-Web.woff2") format("woff2"),
		     url("BikiniAtlas-LightItalic-Web.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	}

@font-face {
	font-family: "Bikini Atlas Web";
	src: url("BikiniAtlas-Medium-Web.eot");
		src: url("BikiniAtlas-Medium-Web.eot?#iefix") format("embedded-opentype"),
		     url("BikiniAtlas-Medium-Web.woff2") format("woff2"),
		     url("BikiniAtlas-Medium-Web.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	}

@font-face {
	font-family: "Bikini Atlas Web";
	src: url("BikiniAtlas-MediumItalic-Web.eot");
		src: url("BikiniAtlas-MediumItalic-Web.eot?#iefix") format("embedded-opentype"),
		     url("BikiniAtlas-MediumItalic-Web.woff2") format("woff2"),
		     url("BikiniAtlas-MediumItalic-Web.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	}


	@font-face {
		font-family: "Jean Luc";
		src: url("JeanLuc-Thin.otf") format("opentype");
		font-weight: 100;
		font-style: normal;
	}

	@font-face {
		font-family: "Jean Luc";
		src: url("JeanLuc-Bold.otf") format("opentype");
		font-weight: bold;
		font-style: normal;
	}

	/* Body uses Bikini Atlas Medium */
	body, h4,h5,h6 {
		font-family: "Bikini Atlas Web", Arial, sans-serif;
		font-weight: 500;
		font-style: normal;
	}

	/* Headline uses Jean Luc Bold */
	h1, h2, h3 {
		font-family: "Jean Luc", Arial, sans-serif;
		font-weight: bold;
		font-style: normal;
	}