/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/css/fonts/poppins-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/poppins-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/poppins-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/poppins-v20-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/css/fonts/poppins-v20-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/poppins-v20-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('/css/fonts/poppins-v20-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/poppins-v20-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/poppins-v20-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/poppins-v20-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/poppins-v20-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/poppins-v20-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('/css/fonts/poppins-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/css/fonts/poppins-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/css/fonts/poppins-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/fonts/poppins-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/css/fonts/poppins-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/css/fonts/poppins-v20-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}


/* source-sans-pro-300 - Light */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/css/fonts/SourceSansPro-Light.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Light.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Light.ttf') format('truetype');
}

/* source-sans-pro-300 italic - Light Italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('/css/fonts/SourceSansPro-Light-Italic.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Light-Italic.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Light-Italic.ttf') format('truetype');
}

/* source-sans-pro-400 - Regular */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/css/fonts/SourceSansPro-Regular.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Regular.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Regular.ttf') format('truetype');
}

/* source-sans-pro-400 italic - Italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/css/fonts/SourceSansPro-Italic.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Italic.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Italic.ttf') format('truetype');
}

/* source-sans-pro-600 - SemiBold */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/css/fonts/SourceSansPro-Semibold.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Semibold.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Semibold.ttf') format('truetype');
}

/* source-sans-pro-600 italic - SemiBold Italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('/css/fonts/SourceSansPro-Semibold-Italic.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Semibold-Italic.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Semibold-Italic.ttf') format('truetype');
}

/* source-sans-pro-700 - Bold */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/css/fonts/SourceSansPro-Bold.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Bold.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Bold.ttf') format('truetype');
}

/* source-sans-pro-700 italic - Bold Italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('/css/fonts/SourceSansPro-Bold-Italic.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Bold-Italic.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Bold-Italic.ttf') format('truetype');
}

/* source-sans-pro-900 - Black */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('/css/fonts/SourceSansPro-Black.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Black.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Black.ttf') format('truetype');
}

/* source-sans-pro-900 italic - Black Italic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  src: local(''),
       url('/css/fonts/SourceSansPro-Black-Italic.woff2') format('woff2'),
       url('/css/fonts/SourceSansPro-Black-Italic.woff') format('woff'),
       url('/css/fonts/SourceSansPro-Black-Italic.ttf') format('truetype');
}
