/*
	Google Fonts
	Loaded locally with the assistance of the following project:
	https://github.com/majodev/google-webfonts-helper

	The following fonts are loaded:
	Source Sans Pro v9: 400, 700
	Raleway v10: 400, 800, 900
*/
/* source-sans-pro-regular - latin-ext_latin_vietnamese */
/* @font-face { */
/*   font-family: 'Source Sans Pro'; */
/*   font-style: normal; */
/*   font-weight: 400; */
/*   src: url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-regular.eot'); [> IE9 Compat Modes <] */
/*   src: local('Source Sans Pro'), local('SourceSansPro-Regular'), */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-regular.eot?#iefix') format('embedded-opentype'), [> IE6-IE8 <] */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-regular.woff2') format('woff2'), [> Super Modern Browsers <] */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-regular.woff') format('woff'), [> Modern Browsers <] */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-regular.ttf') format('truetype'), [> Safari, Android, iOS <] */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-regular.svg#SourceSansPro') format('svg'); [> Legacy iOS <] */
/* } */
/* source-sans-pro-700 - latin-ext_latin_vietnamese */
/* @font-face { */
/*   font-family: 'Source Sans Pro'; */
/*   font-style: normal; */
/*   font-weight: 700; */
/*   src: url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-700.eot'); [> IE9 Compat Modes <] */
/*   src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-700.eot?#iefix') format('embedded-opentype'), [> IE6-IE8 <] */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-700.woff2') format('woff2'), [> Super Modern Browsers <] */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-700.woff') format('woff'), [> Modern Browsers <] */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-700.ttf') format('truetype'), [> Safari, Android, iOS <] */
/*        url('../fonts/source-sans-pro-v9-latin-ext_latin_vietnamese-700.svg#SourceSansPro') format('svg'); [> Legacy iOS <] */
/* } */

/* raleway-regular - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v10-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v10-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v10-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v10-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v10-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v10-latin-ext_latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway-v10-latin-ext_latin-800.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
       url('../fonts/raleway-v10-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v10-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v10-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v10-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v10-latin-ext_latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-900 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/raleway-v10-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
  src: local('Raleway Black'), local('Raleway-Black'),
       url('../fonts/raleway-v10-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v10-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v10-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v10-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v10-latin-ext_latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* KaushanScript Regular */
@font-face {
  font-family: 'KaushanScript Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/KaushanScript-Regular.ttf');
}
/* Logo Font */
@font-face {
  font-family: 'Logo';
  font-style: normal;
  src: url('../fonts/icomoon.ttf');
}
