
@font-face{
    font-family:"antipodaregular";
    src: url('/includes/public/assets/fonts/antipoda-regular-webfont.woff') format("woff");
}

@font-face{
    font-family:"antipodalight";
    src: url('/includes/public/assets/fonts/antipoda-light-webfont.woff') format("woff");
}

@font-face{
    font-family:"antipodablack";
    src: url('/includes/public/assets/fonts/antipoda-black-webfont.woff2') format("woff2");
}

@font-face{
    font-family:"itc_franklin_gothicbook";
    src: url('/includes/public/assets/fonts/franklingothic-book-webfont.woff2') format("woff2");
}

@font-face {
	font-family: "Graphik Web";
	src: url('/includes/public/assets/fonts/Graphik-Regular-Web.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/Graphik-Regular-Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Graphik Web";
	src: url('/includes/public/assets/fonts/Graphik-RegularItalic-Web.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/Graphik-RegularItalic-Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Graphik Web";
	src: url('/includes/public/assets/fonts/Graphik-Semibold-Web.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Graphik Web";
	src: url('/includes/public/assets/fonts/Graphik-Bold-Web.woff2') format('woff2'),
		 url('Graphik-Bold-Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Graphik Web";
	src: url('/includes/public/assets/fonts/Graphik-BoldItalic-Web.woff2') format('woff2'),
		 url('/includes/public/assets/fonts/Graphik-BoldItalic-Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Magazine Grotesque";
	src: url('/includes/public/assets/fonts/MagazineGrotesque-Black.woff2') format('woff2');
}

@font-face {
	font-family: "Denton";
	src: url('/includes/public/assets/fonts/Denton-Light.woff') format('woff'),
	    url('/includes/public/assets/fonts/Denton-Light.woff2') format('woff2');
	font-weight: 300;
}

@font-face {
	font-family: "Denton";
	src: url('/includes/public/assets/fonts/Denton-LightItalic.woff') format('woff'),
	    url('/includes/public/assets/fonts/Denton-LightItalic.woff2') format('woff2');
        font-weight: 300;
        font-style: italic;
}

@font-face {
	font-family: "Denton";
	src: url('/includes/public/assets/fonts/Denton-Regular.woff') format('woff'),
	    url('/includes/public/assets/fonts/Denton-Regular.woff2') format('woff2');
	font-weight: 600;
}

@font-face {
	font-family: "Denton";
	src: url('/includes/public/assets/fonts/Denton-RegularItalic.woff') format('woff'),
	    url('/includes/public/assets/fonts/Denton-RegularItalic.woff2') format('woff2');
	font-weight: 600;
    font-style: italic;
}

