/*
1.0 Main Styles

1.1 Web Fonts

*/


/* 1.1 Web Fonts */

@font-face {
    font-family: 'Whitney Light';
	src: url('../shared/fonts/woff2/Whitney-Light-Adv_Web.woff2') format('woff2'),
	 url('../shared/fonts/woff/Whitney-Light-Adv_Web.woff') format('woff');
	}

@font-face {
    font-family: 'Whitney Book';
	src: url('../shared/fonts/woff2/Whitney-Book-Adv_Web.woff2') format('woff2'),
	 url('../shared/fonts/woff/Whitney-Book-Adv_Web.woff') format('woff');
	}

@font-face {
    font-family: 'Whitney Medium';
	src: url('../shared/fonts/woff2/Whitney-Medium-Adv_Web.woff2') format('woff2'),
	 url('../shared/fonts/woff/Whitney-Medium-Adv_Web.woff') format('woff');
	}

@font-face {
    font-family: 'Whitney Semibold';
	src: url('../shared/fonts/woff2/Whitney-Semibld-Adv_Web.woff2') format('woff2'),
	 url('../shared/fonts/woff/Whitney-Semibld-Adv_Web.woff') format('woff');
	}

@font-face {
    font-family: 'Whitney Bold';
	src: url('../shared/fonts/woff2/Whitney-Bold-Adv_Web.woff2') format('woff2'),
	 url('../shared/fonts/woff/Whitney-Bold-Adv_Web.woff') format('woff');
	}

@font-face {
    font-family: 'Whitney Black';
	src: url('../shared/fonts/woff2/Whitney-Black-Adv_Web.woff2') format('woff2'),
	 url('../shared/fonts/woff/Whitney-Black-Adv_Web.woff') format('woff');
	}

