/* Fonts
---------------------------------------- */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'),
       url('../fonts/open-sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto.eot'); /* IE9 Compat Modes */
  src: local('Roboto'),
       url('../fonts/roboto.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* Poppins */
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins.eot'); /* IE9 Compat Modes */
  src: local('Poppins'),
       url('../fonts/poppins.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins.svg#Poppins') format('svg'); /* Legacy iOS */
}