/*-----------------------------*/ 
/*	FONT ICONMOON
/*-----------------------------*/

@font-face {
	font-family: 'iconmoon_spr';
	src:
	url('../css/fonts/iconmoon_spr.ttf?3saz8l') format('truetype'),
	url('../css/fonts/iconmoon_spr.woff?3saz8l') format('woff'),
	url('../css/fonts/iconmoon_spr.svg?3saz8l#iconmoon_spr') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*-----------------------------*/ 
/*	GOOGLE FONT UBUNTU
/*-----------------------------*/

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: normal;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('../css/googlefonts/ubuntu-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../css/googlefonts/ubuntu-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/*@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 300;
  src: local('Kalam Light'), local('Kalam-Light'), url('/fonts/Kalam-Light-Latin-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 300;
  src: local('Kalam Light'), local('Kalam-Light'), url('/fonts/Kalam-Light-Latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/


/*font-family: 'Nunito Sans', sans-serif;*/