/*
	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 */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/SourceSansPro-Italic.eot'); /* IE9 Compat Modes */
  src: local('SourceSansPro-Italic'),
       url('../fonts/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/SourceSansPro-Italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/SourceSansPro-Italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/SourceSansPro-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/SourceSansPro-Italic.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-medium - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/raleway-v10-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway-Medium'),
       url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Raleway-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Raleway-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Raleway-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Raleway-Medium.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Raleway-ExtraBold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), /* Modern Browsers */
    url("../fonts/Raleway-ExtraBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Raleway-ExtraBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Raleway-ExtraBold.otf") format("opentype"); /* Open Type Font */
  font-weight: 800;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Black.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Raleway-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Raleway-Black.woff2") format("woff2"), /* Modern Browsers */
    url("../fonts/Raleway-Black.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Raleway-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Raleway-Black.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Raleway-Black.svg") format("svg"); /* Legacy iOS */
  font-weight: 900;
  font-style: normal;
}