/*
	Open Sans

	© 2010-2011, Google Corporation
	
	Apache License, version 2.0
	http://www.apache.org/licenses/LICENSE-2.0.html
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: 	local('Open Sans Light'),
  		local('OpenSans-Light'),
  		url('../fonts/OpenSans-Light.woff2') format('woff2'),
  		url('../fonts/OpenSans-Light.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: 	local('Open Sans'),
  		local('OpenSans'),
  		local('OpenSans-Regular'),
  		url('../fonts/OpenSans.woff2') format('woff2'),
  		url('../fonts/OpenSans.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: 	local('Open Sans Semibold'),
  		local('OpenSans-Semibold'),
  		url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
  		url('../fonts/OpenSans-Semibold.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: 	local('Open Sans Bold'),
  		local('OpenSans-Bold'),
  		url('../fonts/OpenSans-Bold.woff2') format('woff2'),
  		url('../fonts/OpenSans-Bold.woff') format('woff');
}

/**Adding more fonts here as needed **/
/*START GSK PRECISION*/
@font-face {
	font-family: 'GSKPrecision';
	font-style: normal;
	font-weight: 100;
	src: 	local('GSKPrecision-Thin'),
			url('../fonts/gsk/GSKPrecision-Thin.woff2') format('woff2'),
			url('../fonts/gsk/GSKPrecision-Thin.woff') format('woff');
  }

@font-face {
font-family: 'GSKPrecision';
font-style: italic;
font-weight: 100;
src: 	local('GSKPrecision-ThinItalic'),
		url('../fonts/gsk/GSKPrecision-ThinItalic.woff2') format('woff2'),
		url('../fonts/gsk/GSKPrecision-ThinItalic.woff') format('woff');
}
  
@font-face {
	font-family: 'GSKPrecision';
	font-style: normal;
	font-weight: 300;
	src: 	local('GSKPrecision-Light'),
			url('../fonts/gsk/GSKPrecision-Light.woff2') format('woff2'),
			url('../fonts/gsk/GSKPrecision-Light.woff') format('woff');
  }

  @font-face {
	font-family: 'GSKPrecision';
	font-style: italic;
	font-weight: 300;
	src: 	local('GSKPrecision LightItalic'),
			url('../fonts/gsk/GSKPrecision-LightItalic.woff2') format('woff2'),
			url('../fonts/gsk/GSKPrecision-LightItalic.woff') format('woff');
  }
  
  @font-face {
	font-family: 'GSKPrecision';
	font-style: normal;
	font-weight: 400;
	src: 	local('GSKPrecision'),
			local('GSKPrecision-Regular'),
			url('../fonts/gsk/GSKPrecision-Regular.woff2') format('woff2'),
			url('../fonts/gsk/GSKPrecision-Regular.woff') format('woff');
  }

  @font-face {
	font-family: 'GSKPrecision';
	font-style: italic;
	font-weight: 400;
	src: 	local('GSKPrecision'),
			local('GSKPrecision-RegularItalic'),
			url('../fonts/gsk/GSKPrecision-RegularItalic.woff2') format('woff2'),
			url('../fonts/gsk/GSKPrecision-RegularItalic.woff') format('woff');
  }
  
  @font-face {
	font-family: 'GSKPrecision';
	font-style: normal;
	font-weight: 700;
	src: 	local('GSKPrecision-Bold'),
			url('../fonts/gsk/GSKPrecision-Bold.woff2') format('woff2'),
			url('../fonts/gsk/GSKPrecision-Bold.woff') format('woff');
  }

  @font-face {
	font-family: 'GSKPrecision';
	font-style: italic;
	font-weight: 700;
	src: 	local('GSKPrecision-BoldItalic'),
			url('../fonts/gsk/GSKPrecision-BoldItalic.woff2') format('woff2'),
			url('../fonts/gsk/GSKPrecision-BoldItalic.woff') format('woff');
  }

/*END GSK PRECISION*/
