/* Font */
@font-face {
    font-family: 'SuedtirolRegular';
    src: url('../fonts/suedtirol.eot');
    src: url('../fonts/suedtirol.eot') format('embedded-opentype'),
         url('../fonts/suedtirol.woff') format('woff'),
         url('../fonts/suedtirol.ttf') format('truetype'),
         url('../fonts/suedtirol.svg#SuedtirolRegular') format('svg');
}
@font-face {
    font-family: 'MeteoconsRegular'; font-style: normal; font-weight: normal;
    src: url('../fonts/meteocons-webfont.eot');
    src: url('../fonts/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/meteocons-webfont.woff') format('woff'),
         url('../fonts/meteocons-webfont.ttf') format('truetype'),
         url('../fonts/meteocons-webfont.svg#MeteoconsRegular') format('svg');
}
@font-face {
    font-family: 'KievitWebPro'; font-style: normal; font-weight: normal;
    src: url('../fonts/kievitwebpro.woff') format('woff')
}
@font-face {
    font-family: 'KievitWebPro'; font-style: normal; font-weight: bold;
    src: url('../fonts/kievitwebpro-bold.woff') format('woff')
}
@font-face {
    font-family: 'KievitWebPro'; font-style: italic; font-weight: normal;
    src: url('../fonts/kievitwebpro-ita.woff') format('woff')
}

[data-icon]:before {
	font-family: 'MeteoconsRegular';
	content: attr(data-icon);
}
