/*Fabrica*/
@font-face {
  font-family: 'Fabrica';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fabrica-webfont'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/fabrica-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fabrica-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fabrica-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fabrica-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fabrica-webfont.svg#Fabrica') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'AkkuratStd-Light';
	font-weight: 300;
    font-style: light;
	src: url('../fonts/AkkuratStd-Light'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/AkkuratStd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AkkuratStd-Light.woff2') format('woff2'),
        url('../fonts/AkkuratStd-Light.woff') format('woff'),
        url('../fonts/AkkuratStd-Light.ttf') format('truetype'),
        url('../fonts/AkkuratStd-Light.svg#AkkuratStd-Light') format('svg');

}


@font-face {
	font-family: 'Akkurat';
	font-style: normal;
	font-weight: 400;
  src: url('../fonts/Akkurat'); /* IE9 Compat Modes */
  src: local(''),
        url('../fonts/Akkurat.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Akkurat.woff2') format('woff2'),
        url('../fonts/Akkurat.woff') format('woff'),
        url('../fonts/Akkurat.ttf') format('truetype'),
        url('../fonts/Akkurat.svg#Akkurat') format('svg');
}

